Class AFDatagramSocket<A extends AFSocketAddress>

java.lang.Object
java.net.DatagramSocket
org.newsclub.net.unix.AFDatagramSocket<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:
AFUNIXDatagramSocket

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