Uses of Class
jnr.unixsocket.UnixSocketChannel
-
-
Uses of UnixSocketChannel in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixSocketChannel Modifier and Type Field Description private UnixSocketChannelUnixSocket. chanMethods in jnr.unixsocket that return UnixSocketChannel Modifier and Type Method Description UnixSocketChannelUnixServerSocketChannel. accept()UnixSocketChannelUnixSocketChannel. bind(java.net.SocketAddress local)static UnixSocketChannelUnixSocketChannel. create()static UnixSocketChannelUnixSocketChannel. fromFD(int fd)Create a UnixSocketChannel to wrap an existing file descriptor (presumably itself a UNIX socket).static UnixSocketChannelUnixSocketChannel. open()static UnixSocketChannelUnixSocketChannel. open(UnixSocketAddress remote)static UnixSocketChannel[]UnixSocketChannel. pair()Constructors in jnr.unixsocket with parameters of type UnixSocketChannel Constructor Description UnixSocket(UnixSocketChannel chan)
-