Uses of Class
jnr.unixsocket.UnixSocketChannel
Packages that use UnixSocketChannel
-
Uses of UnixSocketChannel in jnr.unixsocket
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 UnixSocketChannel