Uses of Class
org.newsclub.net.unix.AFUNIXSocketFactory
Packages that use AFUNIXSocketFactory
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocketFactory in org.newsclub.net.unix
Subclasses of AFUNIXSocketFactory in org.newsclub.net.unixModifier and TypeClassDescriptionstatic final classA socket factory that handles a custom hostname ("localhost", by default, and configured by the system property "org.newsclub.net.unix.socket.hostname"), forwarding all other requests to the fallbackSocketFactory.static final classA 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.static final classA socket factory that handles special host names formatted as file:// URIs.