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 UnixSocketAddressUnixDatagramChannel. getLocalSocketAddress()UnixSocketAddressUnixServerSocketChannel. getLocalSocketAddress()UnixSocketAddressUnixSocketChannel. getLocalSocketAddress()UnixSocketAddressUnixDatagramChannel. getRemoteSocketAddress()UnixSocketAddressUnixServerSocketChannel. getRemoteSocketAddress()UnixSocketAddressUnixSocketChannel. getRemoteSocketAddress()UnixSocketAddressUnixDatagramChannel. receive(ByteBuffer src)Methods in jnr.unixsocket with parameters of type UnixSocketAddress Modifier and Type Method Description UnixDatagramChannelUnixDatagramChannel. connect(UnixSocketAddress remote)booleanUnixSocketChannel. connect(UnixSocketAddress remote)static UnixSocketChannelUnixSocketChannel. open(UnixSocketAddress remote)
-