Uses of Interface
org.newsclub.net.unix.AFDatagramSocket.Constructor
-
Uses of AFDatagramSocket.Constructor in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFDatagramSocket.ConstructorModifier and TypeMethodDescriptionprotected abstract AFDatagramSocket.Constructor<A>AFAddressFamilyConfig.datagramSocketConstructor()Returns the implementation'sDatagramSocketconstructor.Methods in org.newsclub.net.unix with parameters of type AFDatagramSocket.ConstructorModifier and TypeMethodDescriptionprotected static final <A extends AFSocketAddress>
AFDatagramSocket<A>AFDatagramSocket.newInstance(AFDatagramSocket.Constructor<A> constructor) Returns a newAFDatagramSocketinstance.protected static final <A extends AFSocketAddress>
AFDatagramSocket<A>AFDatagramSocket.newInstance(AFDatagramSocket.Constructor<A> constructor, FileDescriptor fdObj, int localPort, int remotePort) Creates a newAFDatagramSocket.