- getChannel() - Method in class jnr.unixsocket.UnixDatagramSocket
-
- getChannel() - Method in class jnr.unixsocket.UnixSocket
-
- getCredentials() - Method in class jnr.unixsocket.UnixDatagramSocket
-
Retrieves the credentials for this UNIX socket.
- getCredentials() - Method in class jnr.unixsocket.UnixSocket
-
Retrieves the credentials for this UNIX socket.
- getFD() - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
-
- getFD() - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
-
- getGid() - Method in class jnr.unixsocket.Credentials
-
Retrieves the peer's numeric effective group ID.
- getInetAddress() - Method in class jnr.unixsocket.UnixDatagramSocket
-
Returns the address to which this socket is connected (NOT implemented).
- getInetAddress() - Method in class jnr.unixsocket.UnixSocket
-
- getInputStream() - Method in class jnr.unixsocket.UnixSocket
-
- getKeepAlive() - Method in class jnr.unixsocket.UnixSocket
-
- getLocalAddress() - Method in class jnr.unixsocket.UnixDatagramChannel
-
- getLocalAddress() - Method in class jnr.unixsocket.UnixSocketChannel
-
- getLocalSocketAddress() - Method in class jnr.unixsocket.UnixDatagramChannel
-
- getLocalSocketAddress() - Method in class jnr.unixsocket.UnixDatagramSocket
-
Returns the address of the endpoint this socket is bound to.
- getLocalSocketAddress() - Method in class jnr.unixsocket.UnixServerSocketChannel
-
- getLocalSocketAddress() - Method in class jnr.unixsocket.UnixSocket
-
- getLocalSocketAddress() - Method in class jnr.unixsocket.UnixSocketChannel
-
- getOption(SocketOption<T>) - Method in class jnr.unixsocket.UnixDatagramChannel
-
- getOption(SocketOption<T>) - Method in class jnr.unixsocket.UnixSocketChannel
-
- getOutputStream() - Method in class jnr.unixsocket.UnixSocket
-
- getPid() - Method in class jnr.unixsocket.Credentials
-
Retrieves the peer's process ID.
- getReceiveBufferSize() - Method in class jnr.unixsocket.UnixDatagramSocket
-
- getReceiveBufferSize() - Method in class jnr.unixsocket.UnixSocket
-
- getRemoteAddress() - Method in class jnr.unixsocket.UnixDatagramChannel
-
- getRemoteAddress() - Method in class jnr.unixsocket.UnixSocketChannel
-
- getRemoteSocketAddress() - Method in class jnr.unixsocket.UnixDatagramChannel
-
- getRemoteSocketAddress() - Method in class jnr.unixsocket.UnixDatagramSocket
-
Returns the address of the endpoint this socket is connected to, or
null
if it is unconnected.
- getRemoteSocketAddress() - Method in class jnr.unixsocket.UnixServerSocketChannel
-
- getRemoteSocketAddress() - Method in class jnr.unixsocket.UnixSocket
-
- getRemoteSocketAddress() - Method in class jnr.unixsocket.UnixSocketChannel
-
- getSendBufferSize() - Method in class jnr.unixsocket.UnixDatagramSocket
-
- getSendBufferSize() - Method in class jnr.unixsocket.UnixSocket
-
- getSoTimeout() - Method in class jnr.unixsocket.UnixDatagramSocket
-
- getSoTimeout() - Method in class jnr.unixsocket.UnixSocket
-
- getUid() - Method in class jnr.unixsocket.Credentials
-
Retrieves the peer's numeric effective user ID.