Uses of Interface
org.newsclub.net.unix.AFSocketAddressFromHostname
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 AFSocketAddressFromHostname in org.newsclub.net.unix
Modifier and TypeClassDescriptionclass
AFSocketFactory<A extends AFSocketAddress>
The base for a SocketFactory that connects to UNIX sockets.static 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.ModifierConstructorDescriptionprotected
AFSocket
(AFSocketImpl<A> impl, AFSocketAddressFromHostname<A> afh) Creates a newAFSocket
instance. -
Uses of AFSocketAddressFromHostname in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionclass
The base for a SocketFactory that connects to AF_SYSTEM sockets. -
Uses of AFSocketAddressFromHostname 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 AFSocketAddressFromHostname 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.