Uses of Interface
org.newsclub.net.unix.AFSocketAddressFromHostname
Packages that use AFSocketAddressFromHostname
Package
Description
The junixsocket base implementation, including support for AF_UNIX 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.