Uses of Interface
org.newsclub.net.unix.AFDatagramSocket.Constructor
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFDatagramSocket.Constructor in org.newsclub.net.unix
Modifier and TypeMethodDescriptionprotected abstract AFDatagramSocket.Constructor
<A> AFAddressFamilyConfig.datagramSocketConstructor()
Returns the implementation'sDatagramSocket
constructor.Modifier and TypeMethodDescriptionprotected static final <A extends AFSocketAddress>
AFDatagramSocket<A> AFDatagramSocket.newInstance
(AFDatagramSocket.Constructor<A> constructor) Returns a newAFDatagramSocket
instance.protected static final <A extends AFSocketAddress>
AFDatagramSocket<A> AFDatagramSocket.newInstance
(AFDatagramSocket.Constructor<A> constructor, FileDescriptor fdObj, int localPort, int remotePort) Creates a newAFDatagramSocket
.