Class UnixDomainSocketAddress

java.lang.Object
java.net.SocketAddress
java.net.UnixDomainSocketAddress
All Implemented Interfaces:
Serializable

public final classUnixDomainSocketAddressextendsSocketAddress
A Unix domain socket address. A Unix domain socket address encapsulates a file-system path that Unix domain sockets bind or connect to.

AnunnamedUnixDomainSocketAddress has an empty path. The local address of aSocketChannel to a Unix domain socket that isautomatically orimplicitly bound will be unnamed.

Path objects used to create instances of this class must be obtained from thesystem-default file system.

Since:
16
See Also: