Class AFSocketAddress

java.lang.Object
java.net.SocketAddress
java.net.InetSocketAddress
org.newsclub.net.unix.AFSocketAddress
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AFGenericSocketAddress, AFSYSTEMSocketAddress, AFTIPCSocketAddress, AFUNIXSocketAddress, AFVSOCKSocketAddress

@Immutable public abstract class AFSocketAddress extends InetSocketAddress
Some SocketAddress that is supported by junixsocket, such as AFUNIXSocketAddress.
Author:
Christian Kohlschütter
See Also: