Class AFSocketFactory<A extends AFSocketAddress>

java.lang.Object
javax.net.SocketFactory
org.newsclub.net.unix.AFSocketFactory<A>
Type Parameters:
A - The supported address type.
All Implemented Interfaces:
AFSocketAddressFromHostname<A>
Direct Known Subclasses:
AFSocketFactory.FixedAddressSocketFactory, AFUNIXSocketFactory

public abstract class AFSocketFactory<A extends AFSocketAddress> extends SocketFactory implements AFSocketAddressFromHostname<A>
The base for a SocketFactory that connects to UNIX sockets. Typically, the "hostname" is used as a reference to a socketFile on the file system. The actual mapping is left to the implementor.
See Also: