Uses of Class
jnr.unixsocket.UnixSocketAddress
Packages that use UnixSocketAddress
-
Uses of UnixSocketAddress in jnr.unixsocket
Methods in jnr.unixsocket that return UnixSocketAddressModifier and TypeMethodDescriptionfinal UnixSocketAddress
UnixDatagramChannel.getLocalSocketAddress()
final UnixSocketAddress
UnixServerSocketChannel.getLocalSocketAddress()
final UnixSocketAddress
UnixSocketChannel.getLocalSocketAddress()
final UnixSocketAddress
UnixDatagramChannel.getRemoteSocketAddress()
final UnixSocketAddress
UnixServerSocketChannel.getRemoteSocketAddress()
final UnixSocketAddress
UnixSocketChannel.getRemoteSocketAddress()
UnixDatagramChannel.receive
(ByteBuffer src) Methods in jnr.unixsocket with parameters of type UnixSocketAddressModifier and TypeMethodDescriptionUnixDatagramChannel.connect
(UnixSocketAddress remote) boolean
UnixSocketChannel.connect
(UnixSocketAddress remote) static final UnixSocketChannel
UnixSocketChannel.open
(UnixSocketAddress remote)