Uses of Package
org.jboss.remoting.transport.multiplex

Packages that use org.jboss.remoting.transport.multiplex
org.jboss.remoting.transport.multiplex   
org.jboss.remoting.transport.sslmultiplex   
 

Classes in org.jboss.remoting.transport.multiplex used by org.jboss.remoting.transport.multiplex
InputMultiplexor.MultiGroupInputThread
           
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.
MultiplexingOutputStream
          MultiplexingOutputStream is the class returned by VirtualSocket.getOutputStream().
MultiplexServerInvoker
          MultiplexServerInvoker is the server side of the Multiplex transport.
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.
OutputMultiplexor.OutputMultiplexorClient
          A class implementing this interface can register to be notified when all of its bytes have been processed.
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.
VirtualSocket
          VirtualSocket represents an endpoint on a virtual connection created by the Multiplex system.
VirtualSocket.DisconnectListener
          A class that implements DisconnectListener can register to be notified if the remote peer of this VirtualSocket has disconnected.
 

Classes in org.jboss.remoting.transport.multiplex used by org.jboss.remoting.transport.sslmultiplex
MultiplexClientInvoker
          MultiplexClientInvoker is the client side of the Multiplex transport.
MultiplexServerInvoker
          MultiplexServerInvoker is the server side of the Multiplex transport.
VirtualSocket.DisconnectListener
          A class that implements DisconnectListener can register to be notified if the remote peer of this VirtualSocket has disconnected.
 



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