Uses of Interface
org.newsclub.net.unix.AFSocketAddressFromHostname
Packages that use 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
Classes in org.newsclub.net.unix that implement AFSocketAddressFromHostnameModifier and TypeClassDescriptionclassAFSocketFactory<A extends AFSocketAddress>The base for a SocketFactory that connects to UNIX sockets.static 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.Constructors in org.newsclub.net.unix with parameters of type AFSocketAddressFromHostnameModifierConstructorDescriptionprotectedAFSocket(AFSocketImpl<A> impl, AFSocketAddressFromHostname<A> afh) Creates a newAFSocketinstance. -
Uses of AFSocketAddressFromHostname in org.newsclub.net.unix.darwin.system
Classes in org.newsclub.net.unix.darwin.system that implement AFSocketAddressFromHostnameModifier and TypeClassDescriptionclassThe base for a SocketFactory that connects to AF_SYSTEM sockets. -
Uses of AFSocketAddressFromHostname in org.newsclub.net.unix.tipc
Classes in org.newsclub.net.unix.tipc that implement AFSocketAddressFromHostnameModifier and TypeClassDescriptionclassThe base for a SocketFactory that connects to TIPC sockets.static classAlways connects sockets to the given TIPC type and instance. -
Uses of AFSocketAddressFromHostname in org.newsclub.net.unix.vsock
Classes in org.newsclub.net.unix.vsock that implement AFSocketAddressFromHostnameModifier and TypeClassDescriptionclassThe base for a SocketFactory that connects to VSOCK sockets.static final classAlways connects sockets to the given VSOCK type and instance.