Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package net.jxta.impl.util.pipe.reliable

A collection of utility classes used by the JXTA implementation.

See:
          Description

Interface Summary
Defs  
Incoming Incoming messages are delivered to a class implementing this interface.
Outgoing This interface specifies the methods that must be implemented by a connection in order to be able to reliably deliver messages over the connection.
ReliableInputStream.MsgListener The listener interface for receiving net.jxta.endpoint.Message
 

Class Summary
AdaptiveFlowControl  
FixedFlowControl  
FlowControl A basis for any flow control module to be plugged into ReliableOutputStream.
IncomingPipeAdaptor  
OutgoingMsgrAdaptor OutgoingMessengerAdaptor
OutgoingPipeAdaptor  
OutgoingPipeAdaptorSync  
ReliableInputStream Acts as a reliable input stream.
ReliableInputStream.IQElt  
ReliableInputStream.Record Input record Object
ReliableOutputStream Accepts data and packages it into messages for sending to the remote.
ReliableOutputStream.RetrQElt retrans queue element
ReliableTest  
 

Package net.jxta.impl.util.pipe.reliable Description

A collection of utility classes used by the JXTA implementation. These utilities are not exposed in the public JXTA API because they are either specific to the implementation or not specifically related to JXTA.