JXTA

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

Interface Summary
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 Message
 

Class Summary
AdaptiveFlowControl  
Defs  
FixedFlowControl  
FlowControl A basis for any flow control module to be plugged into ReliableOutputStream.
IncomingPipeAdaptor  
OutgoingMsgrAdaptor OutgoingMessengerAdaptor
OutgoingPipeAdaptor  
OutgoingPipeAdaptorSync And ountgoing pipe adaptor which does not use a thread or queue.
ReliableInputStream Acts as a reliable input stream.
ReliableOutputStream Accepts data and packages it into messages for sending to the remote.
 


JXSE