Uses of Class
org.newsclub.net.unix.AFSocketFactory
Packages that use AFSocketFactory
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSocketFactory in org.newsclub.net.unix
Subclasses of AFSocketFactory in org.newsclub.net.unixModifier and TypeClassDescriptionstatic final classA socket factory that always connects to a fixed socket address, no matter what.classThe base for a SocketFactory that connects to UNIX sockets.static 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.Methods in org.newsclub.net.unix with parameters of type AFSocketFactoryModifier and TypeMethodDescriptionAFSocket.Constructor.newInstance(FileDescriptor fdObj, AFSocketFactory<A> factory) Constructs a newAFSocketsubclass instance.protected static final <A extends AFSocketAddress>
AFSocket<A> AFSocket.newInstance(AFSocket.Constructor<A> constr, AFSocketFactory<A> factory) Creates a new, unboundAFSocket.