JXTA

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

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

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

Classes in net.jxta.impl.util.pipe.reliable that implement Incoming
 class ReliableInputStream
          Acts as a reliable input stream.
 class ReliableOutputStream
          Accepts data and packages it into messages for sending to the remote.
 

Constructors in net.jxta.impl.util.pipe.reliable with parameters of type Incoming
IncomingPipeAdaptor(InputPipe pipe, Incoming incoming)
           
 


JXSE