Package org.jboss.remoting.transport.socket

Interface Summary
SocketServerInvokerMBean (src) MBean interface.
 

Class Summary
LRUPool (src) This class is an extention of LRUCachePolicy.
ServerAddress (src) This class encapsulates all the required information for a client to establish a connection with the server.
ServerThread (src) This Thread object hold a single Socket connection to a client and is kept alive until a timeout happens, or it is aged out of the SocketServerInvoker's LRU cache.
SocketClientInvoker (src) SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which must be a SocketServerInvoker.
SocketClientInvoker.ClientSocket (src)  
SocketServerInvoker (src) SocketServerInvoker is the server-side of a SOCKET based transport