Uses of Class
jnr.unixsocket.UnixSocketAddress
-
Packages that use UnixSocketAddress Package Description jnr.unixsocket -
-
Uses of UnixSocketAddress in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixSocketAddress Modifier and Type Field Description private UnixSocketAddressUnixDatagramChannel. localAddress(package private) UnixSocketAddressUnixServerSocket. localAddressprivate UnixSocketAddressUnixSocketChannel. localAddressprivate UnixSocketAddressUnixDatagramChannel. remoteAddressprivate UnixSocketAddressUnixSocketChannel. remoteAddressMethods in jnr.unixsocket that return UnixSocketAddress Modifier and Type Method Description (package private) UnixSocketAddressBindHandler. bind(int fd, java.net.SocketAddress local)(package private) static UnixSocketAddressCommon. bind(int fd, UnixSocketAddress local)UnixSocketAddressUnixDatagramChannel. getLocalSocketAddress()UnixSocketAddressUnixServerSocketChannel. getLocalSocketAddress()UnixSocketAddressUnixSocketChannel. getLocalSocketAddress()(package private) static UnixSocketAddressCommon. getpeername(int sockfd)UnixSocketAddressUnixDatagramChannel. getRemoteSocketAddress()UnixSocketAddressUnixServerSocketChannel. getRemoteSocketAddress()UnixSocketAddressUnixSocketChannel. getRemoteSocketAddress()(package private) static UnixSocketAddressCommon. getsockname(int sockfd)UnixSocketAddressUnixDatagramChannel. receive(java.nio.ByteBuffer src)Methods in jnr.unixsocket with parameters of type UnixSocketAddress Modifier and Type Method Description (package private) static UnixSocketAddressCommon. bind(int fd, UnixSocketAddress local)UnixDatagramChannelUnixDatagramChannel. connect(UnixSocketAddress remote)booleanUnixSocketChannel. connect(UnixSocketAddress remote)static UnixSocketChannelUnixSocketChannel. open(UnixSocketAddress remote)Constructors in jnr.unixsocket with parameters of type UnixSocketAddress Constructor Description UnixDatagramChannel(int fd, UnixSocketAddress remote)
-