Uses of Class
org.jboss.remoting.transport.multiplex.MultiplexClientInvoker

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

Uses of MultiplexClientInvoker in org.jboss.remoting.transport.multiplex
 

Methods in org.jboss.remoting.transport.multiplex with parameters of type MultiplexClientInvoker
 void MultiplexServerInvoker.SocketGroupInfo.addClientInvoker(MultiplexClientInvoker clientInvoker)
           
 void MultiplexServerInvoker.SocketGroupInfo.removeClientInvoker(MultiplexClientInvoker clientInvoker)
           
 

Uses of MultiplexClientInvoker in org.jboss.remoting.transport.sslmultiplex
 

Subclasses of MultiplexClientInvoker in org.jboss.remoting.transport.sslmultiplex
 class SSLMultiplexClientInvoker
          SSLMultiplexClientInvoker is the client side of the sslmultiplex transport.
 



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