Provides the classes for implementing networking applications.
-
UnixDomainSocketAddress.of(String pathname)
Creates a UnixDomainSocketAddress from the given path string.
UnixDomainSocketAddress.of(Path path)
Creates a UnixDomainSocketAddress for the given path.