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

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

Classes in org.jboss.remoting.transport.multiplex.utility used by org.jboss.remoting.transport.multiplex
GrowablePipedInputStream
          GrowablePipedInputStream is the parent of the MultiplexingInputStream returned by VirtualSocket.getInputStream().
GrowablePipedOutputStream
          GrowablePipedOutputStream works together with GrowablePipedInputStream like java.io.PipedInputStream and java.io.PipedOutputStream work together, so that calling GrowablePipedOutputStream.write() causes bytes to be deposited with the matching GrowablePipedInputStream.
StoppableThread
          StoppableThread is the abstract parent of several threads used in the Multiplex system.
VirtualSelector
          VirtualSelector is a simple version of java.nio.channels.Selector.
 

Classes in org.jboss.remoting.transport.multiplex.utility used by org.jboss.remoting.transport.multiplex.utility
GrowablePipedInputStream
          GrowablePipedInputStream is the parent of the MultiplexingInputStream returned by VirtualSocket.getInputStream().
GrowablePipedOutputStream
          GrowablePipedOutputStream works together with GrowablePipedInputStream like java.io.PipedInputStream and java.io.PipedOutputStream work together, so that calling GrowablePipedOutputStream.write() causes bytes to be deposited with the matching GrowablePipedInputStream.
SinkOutputStream
           Copyright (c) 2005
VirtualSelector
          VirtualSelector is a simple version of java.nio.channels.Selector.
 



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