Modifier and Type | Field and Description |
---|---|
(package private) UnixSocketAddress |
UnixServerSocket.localAddress |
private UnixSocketAddress |
UnixDatagramChannel.localAddress |
private UnixSocketAddress |
UnixSocketChannel.localAddress |
private UnixSocketAddress |
UnixDatagramChannel.remoteAddress |
private UnixSocketAddress |
UnixSocketChannel.remoteAddress |
Modifier and Type | Method and Description |
---|---|
(package private) UnixSocketAddress |
BindHandler.bind(int fd,
java.net.SocketAddress local) |
(package private) static UnixSocketAddress |
Common.bind(int fd,
UnixSocketAddress local) |
UnixSocketAddress |
UnixServerSocketChannel.getLocalSocketAddress() |
UnixSocketAddress |
UnixDatagramChannel.getLocalSocketAddress() |
UnixSocketAddress |
UnixSocketChannel.getLocalSocketAddress() |
(package private) static UnixSocketAddress |
Common.getpeername(int sockfd) |
UnixSocketAddress |
UnixServerSocketChannel.getRemoteSocketAddress() |
UnixSocketAddress |
UnixDatagramChannel.getRemoteSocketAddress() |
UnixSocketAddress |
UnixSocketChannel.getRemoteSocketAddress() |
(package private) static UnixSocketAddress |
Common.getsockname(int sockfd) |
UnixSocketAddress |
UnixDatagramChannel.receive(java.nio.ByteBuffer src) |
Modifier and Type | Method and Description |
---|---|
(package private) static UnixSocketAddress |
Common.bind(int fd,
UnixSocketAddress local) |
UnixDatagramChannel |
UnixDatagramChannel.connect(UnixSocketAddress remote) |
boolean |
UnixSocketChannel.connect(UnixSocketAddress remote) |
static UnixSocketChannel |
UnixSocketChannel.open(UnixSocketAddress remote) |
Constructor and Description |
---|
UnixDatagramChannel(int fd,
UnixSocketAddress remote) |