Uses of Class
jnr.unixsocket.UnixSocketChannel
Packages that use UnixSocketChannel
-
Uses of UnixSocketChannel in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixSocketChannelModifier and TypeFieldDescriptionprivate UnixSocketChannel
UnixSocket.chan
private final UnixSocketChannel
UnixSocket.UnselectableByteChannel.channel
Methods in jnr.unixsocket that return UnixSocketChannelModifier and TypeMethodDescriptionUnixServerSocketChannel.accept()
UnixSocketChannel.bind
(SocketAddress local) static final UnixSocketChannel
UnixSocketChannel.create()
static final UnixSocketChannel
UnixSocketChannel.fromFD
(int fd) Create a UnixSocketChannel to wrap an existing file descriptor (presumably itself a UNIX socket).static final UnixSocketChannel
UnixSocketChannel.open()
static final UnixSocketChannel
UnixSocketChannel.open
(UnixSocketAddress remote) static final UnixSocketChannel[]
UnixSocketChannel.pair()
Constructors in jnr.unixsocket with parameters of type UnixSocketChannelModifierConstructorDescriptionUnixSocket
(UnixSocketChannel chan) (package private)
UnselectableByteChannel
(UnixSocketChannel channel)