Uses of Class
org.newsclub.net.unix.AFUNIXSocketFactory
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocketFactory in org.newsclub.net.unix
Modifier and TypeClassDescriptionstatic final class
A 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 class
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
.static final class
A socket factory that handles special host names formatted as file:// URIs.