Package org.jboss.net.sockets

Interface Summary
RMIMultiSocket (src)  
 

Class Summary
DefaultSocketFactory (src) An implementation of RMIServerSocketFactory that supports backlog and bind address settings
InterruptableInputStream (src) An InputStream that uses the SocketTimeoutException thrown during read timeouts to check if the thread has been interrupted.
MethodHash (src)  
QueuedClientSocketFactory (src)  
RMIMultiSocketClient (src)  
RMIMultiSocketHandler (src)  
RMIMultiSocketServer (src)  
TimeoutClientSocketFactory (src) A RMIClientSocketFactory that installs a InterruptableInputStream to be responsive to thead interruption events.
TimeoutServerSocket (src) A ServerSocket that returns a TimeoutSocket from the overriden accept.
TimeoutServerSocketFactory (src) A RMIServerSocketFactory that installs a InterruptableInputStream to be responsive to thead interruption events.
TimeoutSocket (src) A Socket that overrides the getInputStream to return a InterruptableInputStream