Construct a new UnixAddress from the specified path.
Construct a new UnixAddress.
Get the underlying _path.
Get the underlying path.
Returns pointer to underlying sockaddr structure.
Returns actual size of underlying sockaddr structure.
Family of this address.
Attempts to retrieve the host address as a human-readable string.
Attempts to retrieve the host name as a fully qualified domain name.
Attempts to retrieve the numeric port number as a string.
Attempts to retrieve the service name as a string.
Human readable string representing this address.
Encapsulates an address for a Unix domain socket (AF_UNIX), i.e. a socket bound to a path name in the file system. Available only on supported systems.
Linux also supports an abstract address namespace, in which addresses are independent of the file system. A socket address is abstract iff path starts with a _null byte ('\0'). Null bytes in other positions of an abstract address are allowed and have no special meaning.