Uses of Class
org.newsclub.net.unix.AFDatagramChannel
-
Uses of AFDatagramChannel in org.newsclub.net.unix
Subclasses of AFDatagramChannel in org.newsclub.net.unixModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works with AF_UNIX Unix domain sockets.Methods in org.newsclub.net.unix that return AFDatagramChannelModifier and TypeMethodDescriptionfinal AFDatagramChannel<A>AFDatagramChannel.bind(SocketAddress local) final AFDatagramChannel<A>AFDatagramChannel.connect(SocketAddress remote) final AFDatagramChannel<A>AFDatagramChannel.disconnect()AFDatagramSocket.getChannel()protected abstract AFDatagramChannel<A>AFDatagramSocket.newChannel()Creates a newDatagramChannelthat is associated with this socket.abstract AFDatagramChannel<A>AFSelectorProvider.openDatagramChannel()AFSelectorProvider.openDatagramChannel(ProtocolFamily family) final <T> AFDatagramChannel<A>AFDatagramChannel.setOption(SocketOption<T> name, T value) Methods in org.newsclub.net.unix that return types with arguments of type AFDatagramChannelModifier and TypeMethodDescriptionprotected abstract Class<? extends AFDatagramChannel<A>>AFAddressFamilyConfig.datagramChannelClass()Returns the implementation'sDatagramChannelclass.AFSocketPair<? extends AFDatagramChannel<A>>AFSelectorProvider.openDatagramChannelPair()Opens a socket pair of interconnected datagram channels.