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 UnixSocketAddressUnixDatagramChannel.getLocalSocketAddress()final UnixSocketAddressUnixServerSocketChannel.getLocalSocketAddress()final UnixSocketAddressUnixSocketChannel.getLocalSocketAddress()final UnixSocketAddressUnixDatagramChannel.getRemoteSocketAddress()final UnixSocketAddressUnixServerSocketChannel.getRemoteSocketAddress()final UnixSocketAddressUnixSocketChannel.getRemoteSocketAddress()UnixDatagramChannel.receive(ByteBuffer src) Methods in jnr.unixsocket with parameters of type UnixSocketAddressModifier and TypeMethodDescriptionUnixDatagramChannel.connect(UnixSocketAddress remote) booleanUnixSocketChannel.connect(UnixSocketAddress remote) static final UnixSocketChannelUnixSocketChannel.open(UnixSocketAddress remote)