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 UnixSocketChannelUnixSocket.chanprivate final UnixSocketChannelUnixSocket.UnselectableByteChannel.channelMethods in jnr.unixsocket that return UnixSocketChannelModifier and TypeMethodDescriptionUnixServerSocketChannel.accept()UnixSocketChannel.bind(SocketAddress local) static final UnixSocketChannelUnixSocketChannel.create()static final UnixSocketChannelUnixSocketChannel.fromFD(int fd) Create a UnixSocketChannel to wrap an existing file descriptor (presumably itself a UNIX socket).static final UnixSocketChannelUnixSocketChannel.open()static final UnixSocketChannelUnixSocketChannel.open(UnixSocketAddress remote) static final UnixSocketChannel[]UnixSocketChannel.pair()Constructors in jnr.unixsocket with parameters of type UnixSocketChannelModifierConstructorDescriptionUnixSocket(UnixSocketChannel chan) (package private)UnselectableByteChannel(UnixSocketChannel channel)