Package | Description |
---|---|
jnr.unixsocket |
Modifier and Type | Method and Description |
---|---|
UnixSocketAddress |
UnixSocketChannel.getLocalSocketAddress() |
UnixSocketAddress |
UnixDatagramChannel.getLocalSocketAddress() |
UnixSocketAddress |
UnixServerSocketChannel.getLocalSocketAddress() |
UnixSocketAddress |
UnixSocketChannel.getRemoteSocketAddress() |
UnixSocketAddress |
UnixDatagramChannel.getRemoteSocketAddress() |
UnixSocketAddress |
UnixServerSocketChannel.getRemoteSocketAddress() |
UnixSocketAddress |
UnixDatagramChannel.receive(ByteBuffer src) |
Modifier and Type | Method and Description |
---|---|
boolean |
UnixSocketChannel.connect(UnixSocketAddress remote) |
UnixDatagramChannel |
UnixDatagramChannel.connect(UnixSocketAddress remote) |
static UnixSocketChannel |
UnixSocketChannel.open(UnixSocketAddress remote) |
Copyright © 2018. All rights reserved.