Module org.newsclub.net.unix
Package org.newsclub.net.unix
The actual AF_UNIX Socket implementation.
-
Class Summary Class Description AFUNIXServerSocket The server part of an AF_UNIX domain socket.AFUNIXSocket Implementation of an AF_UNIX domain socket.AFUNIXSocketAddress Describes anInetSocketAddressthat actually uses AF_UNIX sockets instead of AF_INET.AFUNIXSocketCredentials AF_UNIX socket credentials.AFUNIXSocketFactory The base for a SocketFactory that connects to UNIX sockets.AFUNIXSocketFactory.FactoryArg A socket factory that handles a custom hostname ("junixsocket.localhost", by default, and configured by the system property "org.newsclub.net.unix.socket.hostname"), forwarding all other requests to the fallbackSocketFactory.AFUNIXSocketFactory.SystemProperty A socket factory that handles a custom hostname ("junixsocket.localhost", by default, and configured by the system property "org.newsclub.net.unix.socket.hostname"), forwarding all other requests to the fallbackSocketFactory.AFUNIXSocketFactory.URIScheme A socket factory that handles special host names formatted as file:// URIs.Closeables A set ofCloseablesthat can be closed at once. -
Enum Summary Enum Description AFUNIXSocketCapability Describes junixsocket capabilities the current environment (system platform, native library, etc.) may or may not support.