JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
O
P
R
S
T
U
W
A
AbstractNativeDatagramChannel
- Class in
jnr.enxio.channels
AbstractNativeDatagramChannel(int)
- Constructor for class jnr.enxio.channels.
AbstractNativeDatagramChannel
AbstractNativeSocketChannel
- Class in
jnr.enxio.channels
AbstractNativeSocketChannel(int)
- Constructor for class jnr.enxio.channels.
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, int)
- Method in class jnr.unixsocket.
UnixServerSocket
bind(SocketAddress)
- Method in class jnr.unixsocket.
UnixSocket
bind(SocketAddress)
- Method in class jnr.unixsocket.
UnixSocketChannel
C
close()
- Method in class jnr.unixsocket.
UnixDatagramSocket
close()
- Method in class jnr.unixsocket.
UnixSocket
connect(UnixSocketAddress)
- Method in class jnr.unixsocket.
UnixDatagramChannel
connect(SocketAddress)
- Method in class jnr.unixsocket.
UnixDatagramChannel
connect(SocketAddress)
- Method in class jnr.unixsocket.
UnixDatagramSocket
connect(InetAddress, int)
- Method in class jnr.unixsocket.
UnixDatagramSocket
connect(SocketAddress)
- Method in class jnr.unixsocket.
UnixSocket
connect(SocketAddress, Integer)
- Method in class jnr.unixsocket.
UnixSocket
connect(UnixSocketAddress)
- Method in class jnr.unixsocket.
UnixSocketChannel
connect(SocketAddress)
- 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.enxio.channels.
AbstractNativeDatagramChannel
getFD()
- Method in class jnr.enxio.channels.
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.enxio.channels.
AbstractNativeDatagramChannel
implCloseSelectableChannel()
- Method in class jnr.enxio.channels.
AbstractNativeSocketChannel
implConfigureBlocking(boolean)
- Method in class jnr.enxio.channels.
AbstractNativeDatagramChannel
implConfigureBlocking(boolean)
- Method in class jnr.enxio.channels.
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.enxio.channels
- package jnr.enxio.channels
jnr.unixsocket
- package jnr.unixsocket
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(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.enxio.channels.
AbstractNativeDatagramChannel
read(ByteBuffer[], int, int)
- Method in class jnr.enxio.channels.
AbstractNativeDatagramChannel
read(ByteBuffer)
- Method in class jnr.enxio.channels.
AbstractNativeSocketChannel
read(ByteBuffer[], int, int)
- Method in class jnr.enxio.channels.
AbstractNativeSocketChannel
read(ByteBuffer)
- Method in class jnr.unixsocket.
UnixDatagramChannel
read(ByteBuffer)
- Method in class jnr.unixsocket.
UnixSocketChannel
receive(ByteBuffer)
- Method in class jnr.unixsocket.
UnixDatagramChannel
receive(DatagramPacket)
- Method in class jnr.unixsocket.
UnixDatagramSocket
Receives a datagram packet from this socket (
NOT implemented
).
S
send(ByteBuffer, SocketAddress)
- Method in class jnr.unixsocket.
UnixDatagramChannel
send(DatagramPacket)
- Method in class jnr.unixsocket.
UnixDatagramSocket
Sends a datagram packet from this socket (
NOT implemented
).
setFD(int)
- Method in class jnr.enxio.channels.
AbstractNativeDatagramChannel
setFD(int)
- Method in class jnr.enxio.channels.
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.enxio.channels.
AbstractNativeSocketChannel
shutdownInput()
- Method in class jnr.unixsocket.
UnixSocket
shutdownOutput()
- Method in class jnr.enxio.channels.
AbstractNativeSocketChannel
shutdownOutput()
- Method in class jnr.unixsocket.
UnixSocket
SO_KEEPALIVE
- Static variable in class jnr.unixsocket.
UnixSocketOptions
Keep connection alive.
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.enxio.channels.
AbstractNativeDatagramChannel
write(ByteBuffer[], int, int)
- Method in class jnr.enxio.channels.
AbstractNativeDatagramChannel
write(ByteBuffer)
- Method in class jnr.enxio.channels.
AbstractNativeSocketChannel
write(ByteBuffer[], int, int)
- Method in class jnr.enxio.channels.
AbstractNativeSocketChannel
write(ByteBuffer[], int, int)
- Method in class jnr.unixsocket.
UnixDatagramChannel
write(ByteBuffer)
- Method in class jnr.unixsocket.
UnixDatagramChannel
write(ByteBuffer[], int, int)
- Method in class jnr.unixsocket.
UnixSocketChannel
write(ByteBuffer)
- Method in class jnr.unixsocket.
UnixSocketChannel
A
B
C
D
E
F
G
H
I
J
O
P
R
S
T
U
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.