A B C E F G I J O P S T U 

A

accept() - Method in class jnr.unixsocket.UnixServerSocket
 
accept() - Method in class jnr.unixsocket.UnixServerSocketChannel
 

B

bind(SocketAddress) - Method in class jnr.unixsocket.UnixServerSocket
 
bind(SocketAddress, int) - Method in class jnr.unixsocket.UnixServerSocket
 

C

connect(UnixSocketAddress) - Method in class jnr.unixsocket.UnixSocketChannel
 
Credentials - Class in jnr.unixsocket
 

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).
fromFD(int, 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.UnixSocket
 
getCredentials() - Method in class jnr.unixsocket.UnixSocket
Retrieves the credentials for this UNIX socket.
getCredentials() - Method in class jnr.unixsocket.UnixSocketChannel
Retrieves the credentials for this UNIX socket.
getGid() - Method in class jnr.unixsocket.Credentials
 
getKeepAlive() - Method in class jnr.unixsocket.UnixSocket
 
getKeepAlive() - Method in class jnr.unixsocket.UnixSocketChannel
 
getLocalSocketAddress() - Method in class jnr.unixsocket.UnixServerSocketChannel
 
getLocalSocketAddress() - Method in class jnr.unixsocket.UnixSocketChannel
 
getPid() - Method in class jnr.unixsocket.Credentials
 
getRemoteSocketAddress() - Method in class jnr.unixsocket.UnixServerSocketChannel
 
getRemoteSocketAddress() - Method in class jnr.unixsocket.UnixSocketChannel
 
getSoTimeout() - Method in class jnr.unixsocket.UnixSocketChannel
 
getUid() - Method in class jnr.unixsocket.Credentials
 

I

isConnected() - Method in class jnr.unixsocket.UnixSocketChannel
 
isConnectionPending() - Method in class jnr.unixsocket.UnixSocketChannel
 

J

jnr.unixsocket - package jnr.unixsocket
 

O

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.UnixSocketChannel
 
path() - Method in class jnr.unixsocket.UnixSocketAddress
 

S

setKeepAlive(boolean) - Method in class jnr.unixsocket.UnixSocket
 
setKeepAlive(boolean) - Method in class jnr.unixsocket.UnixSocketChannel
 
setSoTimeout(int) - Method in class jnr.unixsocket.UnixSocketChannel
 
socket() - Method in class jnr.unixsocket.UnixServerSocketChannel
 

T

toString() - Method in class jnr.unixsocket.Credentials
 
toString() - Method in class jnr.unixsocket.UnixSocketAddress
 

U

UnixServerSocket - Class in jnr.unixsocket
 
UnixServerSocket() - Constructor for class jnr.unixsocket.UnixServerSocket
 
UnixServerSocketChannel - Class in jnr.unixsocket
 
UnixSocket - Class in jnr.unixsocket
 
UnixSocketAddress - Class in jnr.unixsocket
 
UnixSocketAddress(File) - Constructor for class jnr.unixsocket.UnixSocketAddress
 
UnixSocketChannel - Class in jnr.unixsocket
A Channel implementation that uses a native unix socket
A B C E F G I J O P S T U 

Copyright © 2016. All Rights Reserved.