Class AFSocket<A extends AFSocketAddress>

java.lang.Object
java.net.Socket
org.newsclub.net.unix.AFSocket<A>
Type Parameters:
A - The concrete AFSocketAddress that is supported by this type.
All Implemented Interfaces:
Closeable, AutoCloseable, AFSocketExtensions, AFSomeSocket, AFSomeSocketThing, FileDescriptorAccess
Direct Known Subclasses:
AFSYSTEMSocket, AFTIPCSocket, AFUNIXSocket, AFVSOCKSocket

public abstract class AFSocket<A extends AFSocketAddress> extends Socket implements AFSomeSocket, AFSocketExtensions
junixsocket's base implementation of a Socket.
Author:
Christian Kohlschütter