Uses of Class
org.newsclub.net.unix.AFDatagramChannel
Packages that use AFDatagramChannel
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFDatagramChannel in org.newsclub.net.unix
Subclasses of AFDatagramChannel in org.newsclub.net.unixModifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation 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 newDatagramChannel
that is associated with this socket.AFProtocolFamily.openDatagramChannel()
Creates a new datagram channel compatible with this protocol family.abstract AFDatagramChannel
<A> AFSelectorProvider.openDatagramChannel()
AFSelectorProvider.openDatagramChannel
(ProtocolFamily family) abstract AFDatagramChannel
<A> AFSelectorProvider.openDatagramChannel
(AFSocketType type) Opens aDatagramChannel
using the given socket type.AFUNIXProtocolFamily.openDatagramChannel()
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'sDatagramChannel
class.AFSocketPair
<? extends AFDatagramChannel<A>> AFSelectorProvider.openDatagramChannelPair()
Opens a socket pair of interconnected datagram channels.AFSocketPair
<? extends AFDatagramChannel<A>> AFSelectorProvider.openDatagramChannelPair
(AFSocketType type) Opens a socket pair of interconnectedDatagramChannel
s, using the givenAFSocketType
. -
Uses of AFDatagramChannel in org.newsclub.net.unix.darwin.system
Subclasses of AFDatagramChannel in org.newsclub.net.unix.darwin.systemModifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_SYSTEM
sockets. -
Uses of AFDatagramChannel in org.newsclub.net.unix.tipc
Subclasses of AFDatagramChannel in org.newsclub.net.unix.tipcModifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_TIPC
sockets. -
Uses of AFDatagramChannel in org.newsclub.net.unix.vsock
Subclasses of AFDatagramChannel in org.newsclub.net.unix.vsockModifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_VSOCK
sockets.