Class AFServerSocketChannel<A extends AFSocketAddress>

java.lang.Object
Type Parameters:
A - The concrete AFSocketAddress that is supported by this type.
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel, NetworkChannel, AFSomeSocketChannel, AFSomeSocketThing, FileDescriptorAccess
Direct Known Subclasses:
AFSYSTEMServerSocketChannel, AFTIPCServerSocketChannel, AFUNIXServerSocketChannel, AFVSOCKServerSocketChannel

public abstract class AFServerSocketChannel<A extends AFSocketAddress> extends ServerSocketChannel implements FileDescriptorAccess, AFSomeSocketChannel
A selectable channel for stream-oriented listening sockets.
Author:
Christian Kohlschütter