Class AFDatagramSocketImpl<A extends AFSocketAddress>

java.lang.Object
java.net.DatagramSocketImpl
org.newsclub.net.unix.AFDatagramSocketImpl<A>
Type Parameters:
A - The associated address type.
All Implemented Interfaces:
SocketOptions

public abstract class AFDatagramSocketImpl<A extends AFSocketAddress> extends DatagramSocketImpl
A DatagramSocketImpl implemented by junixsocket.
Author:
Christian Kohlschütter