Uses of Class
jnr.unixsocket.UnixSocketAddress
Packages that use UnixSocketAddress
-
Uses of UnixSocketAddress in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixSocketAddressModifier and TypeFieldDescriptionprivate UnixSocketAddress
UnixDatagramChannel.localAddress
(package private) UnixSocketAddress
UnixServerSocket.localAddress
private UnixSocketAddress
UnixSocketChannel.localAddress
private UnixSocketAddress
UnixDatagramChannel.remoteAddress
private UnixSocketAddress
UnixSocketChannel.remoteAddress
Methods in jnr.unixsocket that return UnixSocketAddressModifier and TypeMethodDescription(package private) UnixSocketAddress
BindHandler.bind
(int fd, SocketAddress local) (package private) static UnixSocketAddress
Common.bind
(int fd, UnixSocketAddress local) final UnixSocketAddress
UnixDatagramChannel.getLocalSocketAddress()
final UnixSocketAddress
UnixServerSocketChannel.getLocalSocketAddress()
final UnixSocketAddress
UnixSocketChannel.getLocalSocketAddress()
(package private) static UnixSocketAddress
Common.getpeername
(int sockfd) final UnixSocketAddress
UnixDatagramChannel.getRemoteSocketAddress()
final UnixSocketAddress
UnixServerSocketChannel.getRemoteSocketAddress()
final UnixSocketAddress
UnixSocketChannel.getRemoteSocketAddress()
(package private) static UnixSocketAddress
Common.getsockname
(int sockfd) UnixDatagramChannel.receive
(ByteBuffer src) Methods in jnr.unixsocket with parameters of type UnixSocketAddressModifier and TypeMethodDescription(package private) static UnixSocketAddress
Common.bind
(int fd, UnixSocketAddress local) UnixDatagramChannel.connect
(UnixSocketAddress remote) boolean
UnixSocketChannel.connect
(UnixSocketAddress remote) static final UnixSocketChannel
UnixSocketChannel.open
(UnixSocketAddress remote) Constructors in jnr.unixsocket with parameters of type UnixSocketAddressModifierConstructorDescription(package private)
UnixDatagramChannel
(int fd, UnixSocketAddress remote)