| Package | Description |
|---|---|
| jnr.unixsocket |
| Modifier and Type | Method and 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() |
| Constructor and Description |
|---|
UnixSocket(UnixSocketChannel chan) |
Copyright © 2021. All Rights Reserved.