Modifier and Type | Method and Description |
---|---|
UnixSocketAddress |
UnixSocketChannel.getLocalSocketAddress() |
UnixSocketAddress |
UnixServerSocketChannel.getLocalSocketAddress() |
UnixSocketAddress |
UnixSocketChannel.getRemoteSocketAddress() |
UnixSocketAddress |
UnixServerSocketChannel.getRemoteSocketAddress() |
Modifier and Type | Method and Description |
---|---|
boolean |
UnixSocketChannel.connect(UnixSocketAddress remote) |
static UnixSocketChannel |
UnixSocketChannel.open(UnixSocketAddress remote) |
Copyright © 2016. All rights reserved.