Uses of Class
jnr.unixsocket.UnixSocketChannel
-
Packages that use UnixSocketChannel Package Description jnr.unixsocket -
-
Uses of UnixSocketChannel in jnr.unixsocket
Methods in jnr.unixsocket that return UnixSocketChannel Modifier and Type Method Description UnixSocketChannel
UnixServerSocketChannel. accept()
UnixSocketChannel
UnixSocketChannel. bind(java.net.SocketAddress local)
static UnixSocketChannel
UnixSocketChannel. create()
static UnixSocketChannel
UnixSocketChannel. fromFD(int fd)
Create a UnixSocketChannel to wrap an existing file descriptor (presumably itself a UNIX socket).static UnixSocketChannel
UnixSocketChannel. open()
static UnixSocketChannel
UnixSocketChannel. open(UnixSocketAddress remote)
static UnixSocketChannel[]
UnixSocketChannel. pair()
Constructors in jnr.unixsocket with parameters of type UnixSocketChannel Constructor Description UnixSocket(UnixSocketChannel chan)
-