Uses of Class
jnr.unixsocket.UnixDatagramChannel
Packages that use UnixDatagramChannel
-
Uses of UnixDatagramChannel in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixDatagramChannelMethods in jnr.unixsocket that return UnixDatagramChannelModifier and TypeMethodDescriptionUnixDatagramChannel.bind
(SocketAddress local) UnixDatagramChannel.connect
(UnixSocketAddress remote) UnixDatagramChannel.disconnect()
static final UnixDatagramChannel
UnixDatagramChannel.open()
static final UnixDatagramChannel
UnixDatagramChannel.open
(jnr.constants.platform.ProtocolFamily domain, int protocol) static final UnixDatagramChannel[]
UnixDatagramChannel.pair()
Constructors in jnr.unixsocket with parameters of type UnixDatagramChannelModifierConstructorDescription(package private)
UnixDatagramSocket
(UnixDatagramChannel channel) Constructs a new instance.