Package org.jboss.remoting.transport.multiplex

Interface Summary
MultiplexInvokerConstants Deprecated.  
OutputMultiplexor.OutputMultiplexorClient A class implementing this interface can register to be notified when all of its bytes have been processed.
VirtualSocket.DisconnectListener A class that implements DisconnectListener can register to be notified if the remote peer of this VirtualSocket has disconnected.
 

Class Summary
InputMultiplexor InputMultiplexor is one of the key Multiplex classes, responsible for demultiplexing multiple byte streams sharing a single TCP connection.
MasterServerSocket MasterServerSocket is one of the two implementations of a server socket in the Multiplex project.
Multiplex Multiplex is the repository for the names and default values for all of the configurable parameters in the Multiplex system.
MultiplexClientInvoker MultiplexClientInvoker is the client side of the Multiplex transport.
MultiplexingInputStream MultiplexingInputStream is the class returned by VirtualSocket.getInputStream().
MultiplexingManager MultiplexingManager is the heart of the Multiplex system.
MultiplexingManager.PendingActionThread  
MultiplexingOutputStream MultiplexingOutputStream is the class returned by VirtualSocket.getOutputStream().
MultiplexServerInvoker MultiplexServerInvoker is the server side of the Multiplex transport.
MultiplexServerInvoker.InternalHandshakeListener  
MultiplexServerInvoker.SocketGroupInfo SocketGroupInfo holds all of the information for a single virtual socket group.
OutputMultiplexor OutputMultiplexor is one of the key Multiplex classes, responsible for multiplexing multiple byte streams that share a single TCP connection.
PendingAction Each PendingAction holds information about an action that will be performed on the MultiplexingManager.PendingActionThread.
Protocol Protocol is responsible for handling internal Multiplex messages.
SocketId A SocketId wraps an integer that identifies an endpoint of a virtual connection.
TransportClientFactory  
TransportServerFactory  
VirtualServerSocket VirtualServerSocket is one of the two implementations of a server socket in the Multiplex project.
VirtualServerSocketFactory VirtualServerSocketFactory extends the javax.net.ServerSocketFactory class and reimplements its createServerSocket() methods.
VirtualSocket VirtualSocket represents an endpoint on a virtual connection created by the Multiplex system.
VirtualSocketFactory VirtualSocketFactory extends the javax.net.SocketFactory class and reimplements its createSocket() methods, returning VirtualSockets.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.