Uses of Class
org.newsclub.net.unix.AFSocketFactory
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFSocketFactory in org.newsclub.net.unix
Modifier and TypeClassDescriptionstatic final class
A socket factory that always connects to a fixed socket address, no matter what.class
The base for a SocketFactory that connects to UNIX sockets.static 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.Modifier and TypeMethodDescriptionAFSocket.Constructor.newInstance
(FileDescriptor fdObj, AFSocketFactory<A> factory) Constructs a newAFSocket
subclass instance.protected static final <A extends AFSocketAddress>
AFSocket<A> AFSocket.newInstance
(AFSocket.Constructor<A> constr, AFSocketFactory<A> factory) Creates a new, unboundAFSocket
. -
Uses of AFSocketFactory in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionclass
The base for a SocketFactory that connects to AF_SYSTEM sockets. -
Uses of AFSocketFactory in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionclass
The base for a SocketFactory that connects to TIPC sockets.static class
Always connects sockets to the given TIPC type and instance. -
Uses of AFSocketFactory in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionclass
The base for a SocketFactory that connects to VSOCK sockets.static final class
Always connects sockets to the given VSOCK type and instance.