A B C D E F G H I J O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractNativeDatagramChannel - Class in jnr.unixsocket.impl
- AbstractNativeDatagramChannel(int) - Constructor for class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- AbstractNativeServerSocketChannel - Class in jnr.unixsocket.impl
- AbstractNativeServerSocketChannel(int) - Constructor for class jnr.unixsocket.impl.AbstractNativeServerSocketChannel
- AbstractNativeServerSocketChannel(SelectorProvider, int, int) - Constructor for class jnr.unixsocket.impl.AbstractNativeServerSocketChannel
- AbstractNativeSocketChannel - Class in jnr.unixsocket.impl
- AbstractNativeSocketChannel(int) - Constructor for class jnr.unixsocket.impl.AbstractNativeSocketChannel
- accept() - Method in class jnr.unixsocket.UnixServerSocket
- accept() - Method in class jnr.unixsocket.UnixServerSocketChannel
B
- bind(SocketAddress) - Method in class jnr.unixsocket.UnixDatagramChannel
- bind(SocketAddress) - Method in class jnr.unixsocket.UnixDatagramSocket
-
Binds this UnixDatagramSocket to a specific AF_UNIX address.
- bind(SocketAddress) - Method in class jnr.unixsocket.UnixServerSocket
- bind(SocketAddress) - Method in class jnr.unixsocket.UnixSocket
- bind(SocketAddress) - Method in class jnr.unixsocket.UnixSocketChannel
- bind(SocketAddress, int) - Method in class jnr.unixsocket.UnixServerSocket
C
- close() - Method in class jnr.unixsocket.UnixDatagramSocket
- close() - Method in class jnr.unixsocket.UnixSocket
- connect(InetAddress, int) - Method in class jnr.unixsocket.UnixDatagramSocket
- connect(SocketAddress) - Method in class jnr.unixsocket.UnixDatagramChannel
- connect(SocketAddress) - Method in class jnr.unixsocket.UnixDatagramSocket
- connect(SocketAddress) - Method in class jnr.unixsocket.UnixSocket
- connect(SocketAddress) - Method in class jnr.unixsocket.UnixSocketChannel
- connect(SocketAddress, int) - Method in class jnr.unixsocket.UnixSocket
- connect(UnixSocketAddress) - Method in class jnr.unixsocket.UnixDatagramChannel
- connect(UnixSocketAddress) - Method in class jnr.unixsocket.UnixSocketChannel
- create() - Static method in class jnr.unixsocket.UnixSocketChannel
- Credentials - Class in jnr.unixsocket
-
This class represents the peer credentials, retrievable from an AF_UNIX socket.
D
- disconnect() - Method in class jnr.unixsocket.UnixDatagramChannel
- disconnect() - Method in class jnr.unixsocket.UnixDatagramSocket
E
- equals(Object) - Method in class jnr.unixsocket.UnixSocketAddress
F
- finishConnect() - Method in class jnr.unixsocket.UnixSocketChannel
- fromFD(int) - Static method in class jnr.unixsocket.UnixSocketChannel
-
Create a UnixSocketChannel to wrap an existing file descriptor (presumably itself a UNIX socket).
G
- 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.
H
- hashCode() - Method in class jnr.unixsocket.UnixSocketAddress
- humanReadablePath() - Method in class jnr.unixsocket.UnixSocketAddress
-
Returns a human readable path.
I
- implCloseSelectableChannel() - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- implCloseSelectableChannel() - Method in class jnr.unixsocket.impl.AbstractNativeServerSocketChannel
- implCloseSelectableChannel() - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- implConfigureBlocking(boolean) - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- implConfigureBlocking(boolean) - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- isBound() - Method in class jnr.unixsocket.UnixDatagramSocket
- isBound() - Method in class jnr.unixsocket.UnixSocket
- isClosed() - Method in class jnr.unixsocket.UnixDatagramSocket
- isClosed() - Method in class jnr.unixsocket.UnixSocket
- isConnected() - Method in class jnr.unixsocket.UnixDatagramChannel
- isConnected() - Method in class jnr.unixsocket.UnixDatagramSocket
- isConnected() - Method in class jnr.unixsocket.UnixSocket
- isConnected() - Method in class jnr.unixsocket.UnixSocketChannel
- isConnectionPending() - Method in class jnr.unixsocket.UnixSocketChannel
- isInputShutdown() - Method in class jnr.unixsocket.UnixSocket
- isOutputShutdown() - Method in class jnr.unixsocket.UnixSocket
J
- jnr.unixsocket - package jnr.unixsocket
- jnr.unixsocket.impl - package jnr.unixsocket.impl
- join(InetAddress, NetworkInterface) - Method in class jnr.unixsocket.UnixDatagramChannel
- join(InetAddress, NetworkInterface, InetAddress) - Method in class jnr.unixsocket.UnixDatagramChannel
O
- open() - Static method in class jnr.unixsocket.UnixDatagramChannel
- open() - Static method in class jnr.unixsocket.UnixServerSocketChannel
- open() - Static method in class jnr.unixsocket.UnixSocketChannel
- open(ProtocolFamily, int) - Static method in class jnr.unixsocket.UnixDatagramChannel
- open(UnixSocketAddress) - Static method in class jnr.unixsocket.UnixSocketChannel
P
- pair() - Static method in class jnr.unixsocket.UnixDatagramChannel
- pair() - Static method in class jnr.unixsocket.UnixSocketChannel
- path() - Method in class jnr.unixsocket.UnixSocketAddress
-
Retrieves the path.
R
- read(ByteBuffer) - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- read(ByteBuffer) - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- read(ByteBuffer) - Method in class jnr.unixsocket.UnixDatagramChannel
- read(ByteBuffer) - Method in class jnr.unixsocket.UnixSocketChannel
- read(ByteBuffer[], int, int) - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- read(ByteBuffer[], int, int) - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- receive(DatagramPacket) - Method in class jnr.unixsocket.UnixDatagramSocket
-
Receives a datagram packet from this socket (NOT implemented).
- receive(ByteBuffer) - Method in class jnr.unixsocket.UnixDatagramChannel
S
- send(DatagramPacket) - Method in class jnr.unixsocket.UnixDatagramSocket
-
Sends a datagram packet from this socket (NOT implemented).
- send(ByteBuffer, SocketAddress) - Method in class jnr.unixsocket.UnixDatagramChannel
- setFD(int) - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- setFD(int) - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- setKeepAlive(boolean) - Method in class jnr.unixsocket.UnixSocket
- setOption(SocketOption<T>, T) - Method in class jnr.unixsocket.UnixDatagramChannel
- setOption(SocketOption<T>, T) - Method in class jnr.unixsocket.UnixSocketChannel
- setReceiveBufferSize(int) - Method in class jnr.unixsocket.UnixDatagramSocket
- setReceiveBufferSize(int) - Method in class jnr.unixsocket.UnixSocket
- setSendBufferSize(int) - Method in class jnr.unixsocket.UnixDatagramSocket
- setSendBufferSize(int) - Method in class jnr.unixsocket.UnixSocket
- setSoTimeout(int) - Method in class jnr.unixsocket.UnixDatagramSocket
- setSoTimeout(int) - Method in class jnr.unixsocket.UnixSocket
- shutdownInput() - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- shutdownInput() - Method in class jnr.unixsocket.UnixSocket
- shutdownOutput() - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- shutdownOutput() - Method in class jnr.unixsocket.UnixSocket
- SO_KEEPALIVE - Static variable in class jnr.unixsocket.UnixSocketOptions
-
Keep connection alive.
- SO_PASSCRED - Static variable in class jnr.unixsocket.UnixSocketOptions
-
Enable credential transmission.
- SO_PEERCRED - Static variable in class jnr.unixsocket.UnixSocketOptions
-
Fetch peer credentials.
- SO_RCVBUF - Static variable in class jnr.unixsocket.UnixSocketOptions
-
Get/Set size of the socket receive buffer.
- SO_RCVTIMEO - Static variable in class jnr.unixsocket.UnixSocketOptions
-
Get/Set receive timeout.
- SO_SNDBUF - Static variable in class jnr.unixsocket.UnixSocketOptions
-
Get/Set size of the socket send buffer.
- SO_SNDTIMEO - Static variable in class jnr.unixsocket.UnixSocketOptions
-
Get/Set send timeout.
- socket() - Method in class jnr.unixsocket.UnixDatagramChannel
- socket() - Method in class jnr.unixsocket.UnixServerSocketChannel
- socket() - Method in class jnr.unixsocket.UnixSocketChannel
- supportedOptions() - Method in class jnr.unixsocket.UnixDatagramChannel
- supportedOptions() - Method in class jnr.unixsocket.UnixSocketChannel
T
- toString() - Method in class jnr.unixsocket.Credentials
-
Returns a human readable description of this instance.
- toString() - Method in class jnr.unixsocket.UnixSocketAddress
-
Retrieves a human readable description of this address.
U
- UnixDatagramChannel - Class in jnr.unixsocket
- UnixDatagramSocket - Class in jnr.unixsocket
-
A SOCK_DGRAM variant of an AF_UNIX socket.
- UnixDatagramSocket() - Constructor for class jnr.unixsocket.UnixDatagramSocket
-
Constructs a new unbound instance.
- UnixServerSocket - Class in jnr.unixsocket
- UnixServerSocket() - Constructor for class jnr.unixsocket.UnixServerSocket
- UnixServerSocketChannel - Class in jnr.unixsocket
- UnixSocket - Class in jnr.unixsocket
- UnixSocket(UnixSocketChannel) - Constructor for class jnr.unixsocket.UnixSocket
- UnixSocketAddress - Class in jnr.unixsocket
-
This class represents an AF_UNIX-style socket address.
- UnixSocketAddress(File) - Constructor for class jnr.unixsocket.UnixSocketAddress
- UnixSocketAddress(String) - Constructor for class jnr.unixsocket.UnixSocketAddress
- UnixSocketChannel - Class in jnr.unixsocket
-
A
Channel
implementation that uses a native unix socket - UnixSocketOptions - Class in jnr.unixsocket
-
Defines common socket options for AF_UNIX sockets.
- UnixSocketOptions() - Constructor for class jnr.unixsocket.UnixSocketOptions
W
- write(ByteBuffer) - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- write(ByteBuffer) - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- write(ByteBuffer) - Method in class jnr.unixsocket.UnixDatagramChannel
- write(ByteBuffer) - Method in class jnr.unixsocket.UnixSocketChannel
- write(ByteBuffer[], int, int) - Method in class jnr.unixsocket.impl.AbstractNativeDatagramChannel
- write(ByteBuffer[], int, int) - Method in class jnr.unixsocket.impl.AbstractNativeSocketChannel
- write(ByteBuffer[], int, int) - Method in class jnr.unixsocket.UnixDatagramChannel
- write(ByteBuffer[], int, int) - Method in class jnr.unixsocket.UnixSocketChannel
All Classes All Packages