A B C D E G H I L N O P R S T U W 

A

accept() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
afterHandshake() - Method in class org.newsclub.net.mysql.AFUNIXDatabaseSocketFactory
 
AFUNIXDatabaseSocketFactory - Class in org.newsclub.net.mysql
Connect to mysql databases (and compatibles) using UNIX domain sockets.
AFUNIXDatabaseSocketFactory() - Constructor for class org.newsclub.net.mysql.AFUNIXDatabaseSocketFactory
 
AFUNIXNaming - Class in org.newsclub.net.unix.rmi
The AFUNIXSocket-compatible equivalent of Naming.
AFUNIXRMISocketFactory - Class in org.newsclub.net.unix.rmi
An RMISocketFactory that supports AFUNIXSockets.
AFUNIXRMISocketFactory() - Constructor for class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
Constructor required per definition.
AFUNIXRMISocketFactory(AFUNIXNaming, File) - Constructor for class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
AFUNIXRMISocketFactory(AFUNIXNaming, File, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
AFUNIXRMISocketFactory(AFUNIXNaming, File, RMIClientSocketFactory, RMIServerSocketFactory, String, String) - Constructor for class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
AFUNIXServerSocket - Class in org.newsclub.net.unix
The server part of an AF_UNIX domain socket.
AFUNIXServerSocket() - Constructor for class org.newsclub.net.unix.AFUNIXServerSocket
 
AFUNIXSocket - Class in org.newsclub.net.unix
Implementation of an AF_UNIX domain socket.
AFUNIXSocketAddress - Class in org.newsclub.net.unix
Describes an InetSocketAddress that actually uses AF_UNIX sockets instead of AF_INET.
AFUNIXSocketAddress(File) - Constructor for class org.newsclub.net.unix.AFUNIXSocketAddress
Creates a new AFUNIXSocketAddress that points to the AF_UNIX socket specified by the given file.
AFUNIXSocketAddress(File, int) - Constructor for class org.newsclub.net.unix.AFUNIXSocketAddress
Creates a new AFUNIXSocketAddress that points to the AF_UNIX socket specified by the given file, assigning the given port to it.
AFUNIXSocketException - Exception in org.newsclub.net.unix
Something went wrong with the communication to a Unix socket.
AFUNIXSocketException(String) - Constructor for exception org.newsclub.net.unix.AFUNIXSocketException
 
AFUNIXSocketException(String, Throwable) - Constructor for exception org.newsclub.net.unix.AFUNIXSocketException
 
AFUNIXSocketException(String, String) - Constructor for exception org.newsclub.net.unix.AFUNIXSocketException
 

B

beforeHandshake() - Method in class org.newsclub.net.mysql.AFUNIXDatabaseSocketFactory
 
bind(SocketAddress, int) - Method in class org.newsclub.net.unix.AFUNIXServerSocket
bind(SocketAddress) - Method in class org.newsclub.net.unix.AFUNIXSocket
Binds this AFUNIXSocket to the given bindpoint.
bind(String, Remote) - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
bindOn(AFUNIXSocketAddress) - Static method in class org.newsclub.net.unix.AFUNIXServerSocket
Returns a new AF_UNIX ServerSocket that is bound to the given AFUNIXSocketAddress.

C

close() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
 
close() - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
connect(String, int, Properties) - Method in class org.newsclub.net.mysql.AFUNIXDatabaseSocketFactory
 
connect(SocketAddress) - Method in class org.newsclub.net.unix.AFUNIXSocket
connect(SocketAddress, int) - Method in class org.newsclub.net.unix.AFUNIXSocket
 
connectTo(AFUNIXSocketAddress) - Static method in class org.newsclub.net.unix.AFUNIXSocket
Creates a new AFUNIXSocket and connects it to the given AFUNIXSocketAddress.
createRegistry() - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
createServerSocket(int) - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
createServerSocket(int) - Method in class org.newsclub.net.unix.rmi.DefaultRMIServerSocketFactory
 
createSocket(String, int) - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
createSocket(String, int) - Method in class org.newsclub.net.unix.rmi.DefaultRMIClientSocketFactory
 

D

DefaultRMIClientSocketFactory - Class in org.newsclub.net.unix.rmi
An AFUNIXSocket-compatible implementation of RMIClientSocketFactory.
DefaultRMIClientSocketFactory() - Constructor for class org.newsclub.net.unix.rmi.DefaultRMIClientSocketFactory
 
DefaultRMIServerSocketFactory - Class in org.newsclub.net.unix.rmi
An AFUNIXSocket-compatible implementation of RMIServerSocketFactory.
DefaultRMIServerSocketFactory() - Constructor for class org.newsclub.net.unix.rmi.DefaultRMIServerSocketFactory
 

E

equals(Object) - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
equals(Object) - Method in class org.newsclub.net.unix.rmi.DefaultRMIClientSocketFactory
 
equals(Object) - Method in class org.newsclub.net.unix.rmi.DefaultRMIServerSocketFactory
 

G

getInstance() - Static method in class org.newsclub.net.unix.rmi.AFUNIXNaming
Returns the default instance of AFUNIXNaming.
getInstance(File) - Static method in class org.newsclub.net.unix.rmi.AFUNIXNaming
Returns the
getInstance(File, int) - Static method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
getInstance() - Static method in class org.newsclub.net.unix.rmi.DefaultRMIClientSocketFactory
Returns the singleton instance for DefaultRMIClientSocketFactory.
getInstance() - Static method in class org.newsclub.net.unix.rmi.DefaultRMIServerSocketFactory
Returns the singleton instance for DefaultRMIServerSocketFactory.
getPortAssigner() - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
getRegistry() - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
getRegistryPort() - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
getRegistrySocketDir() - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
getSingleFileInstance(File) - Static method in class org.newsclub.net.unix.rmi.AFUNIXNaming
Returns an AFUNIXNaming instance which only supports one file.
getSocketDir() - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
getSocketFactory() - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
getSocketFile() - Method in class org.newsclub.net.unix.AFUNIXSocketAddress
Returns the (canonical) file path for this AFUNIXSocketAddress.

H

hashCode() - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
hashCode() - Method in class org.newsclub.net.unix.rmi.DefaultRMIClientSocketFactory
 
hashCode() - Method in class org.newsclub.net.unix.rmi.DefaultRMIServerSocketFactory
 

I

impl - Variable in class org.newsclub.net.unix.AFUNIXSocket
 
isBound() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
isSupported() - Static method in class org.newsclub.net.unix.AFUNIXServerSocket
 
isSupported() - Static method in class org.newsclub.net.unix.AFUNIXSocket
Returns true iff AFUNIXSockets are supported by the current Java VM.

L

lookup(String) - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 

N

newInstance() - Static method in class org.newsclub.net.unix.AFUNIXServerSocket
Returns a new, unbound AF_UNIX ServerSocket.
newInstance() - Static method in class org.newsclub.net.unix.AFUNIXSocket
Creates a new, unbound AFUNIXSocket.
newPort() - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
newPort() - Method in interface org.newsclub.net.unix.rmi.PortAssigner
Registers a new anonymous port and returns it.

O

org.newsclub.net.mysql - package org.newsclub.net.mysql
Provides code that allows interaction with MySQL databases over AF_UNIX sockets
org.newsclub.net.unix - package org.newsclub.net.unix
The actual AF_UNIX Socket implementation.
org.newsclub.net.unix.rmi - package org.newsclub.net.unix.rmi
Provides code that allows RMI communication over AF_UNIX sockets

P

PortAssigner - Interface in org.newsclub.net.unix.rmi
The PortAssigner assigns and keeps track of anonymous ports.

R

readExternal(ObjectInput) - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
rebind(String, Remote) - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 
returnPort(int) - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
returnPort(int) - Method in interface org.newsclub.net.unix.rmi.PortAssigner
Returns a previously registered port.

S

shutdownRegistry() - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
Shuts this RMI Registry down.

T

toString() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
 
toString() - Method in class org.newsclub.net.unix.AFUNIXSocket
 
toString() - Method in class org.newsclub.net.unix.AFUNIXSocketAddress
 
toString() - Method in exception org.newsclub.net.unix.AFUNIXSocketException
 

U

unbind(String) - Method in class org.newsclub.net.unix.rmi.AFUNIXNaming
 

W

writeExternal(ObjectOutput) - Method in class org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
 
A B C D E G H I L N O P R S T U W