Class AFDatagramChannel<A extends AFSocketAddress>

java.lang.Object
Type Parameters:
A - The supported address type.
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, MulticastChannel, NetworkChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel, AFSocketExtensions, AFSomeSocket, AFSomeSocketChannel, AFSomeSocketThing, FileDescriptorAccess
Direct Known Subclasses:
AFUNIXDatagramChannel

public abstract class AFDatagramChannel<A extends AFSocketAddress> extends DatagramChannel implements AFSomeSocket, AFSocketExtensions, AFSomeSocketChannel
A DatagramChannel implementation that works with junixsocket.
Author:
Christian Kohlschütter