Uses of Class
jnr.unixsocket.UnixSocketAddress
-
-
Uses of UnixSocketAddress in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixSocketAddress Modifier and Type Field Description private 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 UnixSocketAddress Modifier and Type Method Description (package private) UnixSocketAddress
BindHandler. bind(int fd, java.net.SocketAddress local)
(package private) static UnixSocketAddress
Common. bind(int fd, UnixSocketAddress local)
UnixSocketAddress
UnixDatagramChannel. getLocalSocketAddress()
UnixSocketAddress
UnixServerSocketChannel. getLocalSocketAddress()
UnixSocketAddress
UnixSocketChannel. getLocalSocketAddress()
(package private) static UnixSocketAddress
Common. getpeername(int sockfd)
UnixSocketAddress
UnixDatagramChannel. getRemoteSocketAddress()
UnixSocketAddress
UnixServerSocketChannel. getRemoteSocketAddress()
UnixSocketAddress
UnixSocketChannel. getRemoteSocketAddress()
(package private) static UnixSocketAddress
Common. getsockname(int sockfd)
UnixSocketAddress
UnixDatagramChannel. receive(java.nio.ByteBuffer src)
Methods in jnr.unixsocket with parameters of type UnixSocketAddress Modifier and Type Method Description (package private) static UnixSocketAddress
Common. bind(int fd, UnixSocketAddress local)
UnixDatagramChannel
UnixDatagramChannel. connect(UnixSocketAddress remote)
boolean
UnixSocketChannel. connect(UnixSocketAddress remote)
static UnixSocketChannel
UnixSocketChannel. open(UnixSocketAddress remote)
Constructors in jnr.unixsocket with parameters of type UnixSocketAddress Constructor Description UnixDatagramChannel(int fd, UnixSocketAddress remote)
-