Class AFSocketChannel<A extends AFSocketAddress>

java.lang.Object
Type Parameters:
A - The concrete AFSocketAddress that is supported by this type.
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, NetworkChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel, AFSocketExtensions, AFSomeSocket, AFSomeSocketChannel, AFSomeSocketThing, FileDescriptorAccess
Direct Known Subclasses:
AFUNIXSocketChannel

public abstract class AFSocketChannel<A extends AFSocketAddress> extends SocketChannel implements AFSomeSocket, AFSocketExtensions, AFSomeSocketChannel
A selectable channel for stream-oriented connecting sockets.
Author:
Christian Kohlschütter