Uses of Class
org.newsclub.net.unix.AFUNIXDatagramChannel
-
Uses of AFUNIXDatagramChannel in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXDatagramChannelModifier and TypeMethodDescriptionAFUNIXDatagramSocket.getChannel()protected AFUNIXDatagramChannelAFUNIXDatagramSocket.newChannel()static AFUNIXDatagramChannelAFUNIXDatagramChannel.open()Opens a datagram channel.static AFUNIXDatagramChannelAFUNIXDatagramChannel.open(ProtocolFamily family) Opens a datagram channel.AFUNIXSelectorProvider.openDatagramChannel()AFUNIXSelectorProvider.openDatagramChannel(ProtocolFamily family) AFUNIXSelectorProvider.openDatagramChannel(AFSocketType type) Methods in org.newsclub.net.unix that return types with arguments of type AFUNIXDatagramChannelModifier and TypeMethodDescriptionAFUNIXSocketPair.openDatagram()Opens a socket pair of interconnected datagram channels.AFUNIXSocketPair.openDatagram(AFSocketType type) Opens a socket pair of interconnectedDatagramChannels, using the given socket type.AFUNIXSelectorProvider.openDatagramChannelPair()AFUNIXSelectorProvider.openDatagramChannelPair(AFSocketType type)