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

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

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

Methods in org.jboss.remoting.transport.multiplex that return MultiplexingDataInputStream
 MultiplexingDataInputStream MultiplexingManager.registerServerSocket(java.net.ServerSocket serverSocket)
           
 

Methods in org.jboss.remoting.transport.multiplex with parameters of type MultiplexingDataInputStream
 SocketId Protocol.connect(MultiplexingDataInputStream is, SocketId socketId)
          FIXME Comment this
 SocketId Protocol.connect(MultiplexingDataInputStream is, SocketId socketId, int timeout)
          FIXME Comment this
 SocketId Protocol.acceptConnect(MultiplexingDataInputStream is, int timeout)
          FIXME Comment this
 void Protocol.getConnectVerification(MultiplexingDataInputStream is, int timeout)
          FIXME Comment this
 



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