Interface AFSomeSocketChannel

All Superinterfaces:
AFSomeSocketThing, AutoCloseable, Closeable, FileDescriptorAccess
All Known Implementing Classes:
AFDatagramChannel, AFServerSocketChannel, AFSocketChannel, AFUNIXDatagramChannel, AFUNIXServerSocketChannel, AFUNIXSocketChannel

public interface AFSomeSocketChannel extends Closeable, FileDescriptorAccess, AFSomeSocketThing
Marker interface that combines junixsocket-based SocketChannels, DatagramChannels or ServerSocketChannels.
Author:
Christian Kohlschütter
See Also: