JXTA

Uses of Interface
net.jxta.impl.util.pipe.reliable.Outgoing

Packages that use Outgoing
net.jxta.impl.util.pipe.reliable   
 

Uses of Outgoing in net.jxta.impl.util.pipe.reliable
 

Classes in net.jxta.impl.util.pipe.reliable that implement Outgoing
 class OutgoingMsgrAdaptor
          OutgoingMessengerAdaptor
 class OutgoingPipeAdaptor
           
 class OutgoingPipeAdaptorSync
          And ountgoing pipe adaptor which does not use a thread or queue.
 

Constructors in net.jxta.impl.util.pipe.reliable with parameters of type Outgoing
ReliableInputStream(Outgoing outgoing, int timeout)
           
ReliableInputStream(Outgoing outgoing, int timeout, ReliableInputStream.MsgListener listener)
           
ReliableOutputStream(Outgoing outgoing)
          Constructor for the ReliableOutputStream object
ReliableOutputStream(Outgoing outgoing, FlowControl fc)
          Constructor for the ReliableOutputStream object
 


JXSE