Uses of Class
org.newsclub.net.unix.AFDatagramSocket
-
Uses of AFDatagramSocket in org.newsclub.net.unix
Subclasses of AFDatagramSocket in org.newsclub.net.unixModifier and TypeClassDescriptionfinal classADatagramSocketimplementation that works with AF_UNIX Unix domain sockets.Methods in org.newsclub.net.unix that return AFDatagramSocketModifier and TypeMethodDescriptionprotected final AFDatagramSocket<A>AFDatagramChannel.getAFSocket()Returns the correspondingSocket.protected 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.AFDatagramSocket.Constructor.newSocket(FileDescriptor fd) Constructs a newDatagramSocketinstance.final AFDatagramSocket<A>AFDatagramChannel.socket()Methods in org.newsclub.net.unix that return types with arguments of type AFDatagramSocketModifier and TypeMethodDescriptionprotected abstract Class<? extends AFDatagramSocket<A>>AFAddressFamilyConfig.datagramSocketClass()Returns the implementation'sDatagramSocketclass.Constructors in org.newsclub.net.unix with parameters of type AFDatagramSocketModifierConstructorDescriptionprotectedAFDatagramChannel(AFSelectorProvider<A> selectorProvider, AFDatagramSocket<A> socket) Creates a newAFDatagramChannelinstance.