Class AFUNIXSocketFactory

java.lang.Object
All Implemented Interfaces:
AFSocketAddressFromHostname<AFUNIXSocketAddress>
Direct Known Subclasses:
AFUNIXSocketFactory.FactoryArg, AFUNIXSocketFactory.SystemProperty, AFUNIXSocketFactory.URIScheme

public abstract class AFUNIXSocketFactory extends AFSocketFactory<AFUNIXSocketAddress>
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: