Package p2ps.pipe

Interface Summary
BidirectionalPipe A pipe with both input and output components
InputPipe An interface to an input pipe.
MessageListener Implemented by classes that want to be notified when a message is received by an input pipe
OutputPipe An interface to an input pipe.
PipeAdvertisement An interface implemented by advertisements for input pipes.
PipeConnectionListener A listener that is notified when an output pipe is successfully connected, or when the connection attempt fails/timesout.
PipeQuery An interface implemented by queries interested in discovering pipes.
PipeSchemes The standard p2ps pipe types.
PipeService The service for constructing pipes between peers.
 

Class Summary
ConnectionReceivedEvent The event that is generated when a pipe connection is received.
MessageReceivedEvent The event that is generated when a message is received
PipeConnectedEvent The event that is generated when a outpipe is successfully connected.
PipeConnectFailureEvent The event that is generated when a outpipe fails to connect.
 

Exception Summary
UnknownSchemeException The exception thrown when the scheme for a pipe/endpoint is unknown.