Uses of Class
org.newsclub.net.unix.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
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works with AF_UNIX Unix domain sockets.Modifier 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) Modifier 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
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_SYSTEM
sockets. -
Uses of AFDatagramChannel in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_TIPC
sockets. -
Uses of AFDatagramChannel in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_VSOCK
sockets.