Uses of Class
jnr.unixsocket.UnixSocketAddress
-
Packages that use UnixSocketAddress Package Description jnr.unixsocket -
-
Uses of UnixSocketAddress in jnr.unixsocket
Methods in jnr.unixsocket that return UnixSocketAddress Modifier and Type Method Description UnixSocketAddress
UnixDatagramChannel. getLocalSocketAddress()
UnixSocketAddress
UnixServerSocketChannel. getLocalSocketAddress()
UnixSocketAddress
UnixSocketChannel. getLocalSocketAddress()
UnixSocketAddress
UnixDatagramChannel. getRemoteSocketAddress()
UnixSocketAddress
UnixServerSocketChannel. getRemoteSocketAddress()
UnixSocketAddress
UnixSocketChannel. getRemoteSocketAddress()
UnixSocketAddress
UnixDatagramChannel. receive(java.nio.ByteBuffer src)
Methods in jnr.unixsocket with parameters of type UnixSocketAddress Modifier and Type Method Description UnixDatagramChannel
UnixDatagramChannel. connect(UnixSocketAddress remote)
boolean
UnixSocketChannel. connect(UnixSocketAddress remote)
static UnixSocketChannel
UnixSocketChannel. open(UnixSocketAddress remote)
-