JXTA

Package net.jxta.pipe

Pipes are the core mechanism for exchanging messages between JXTA applications or services.

See:
          Description

Interface Summary
InputPipe InputPipe defines the interface for receiving messages from a PipeService.
OutputPipe OuputPipe defines the interface for sending messages from a PipeService.
OutputPipeListener The listener interface for receiving OutputPipe resolution events.
PipeMsgListener The listener interface for receiving PipeMsgEvent events.
PipeService Pipes are the core mechanism for exchanging messages between JXTA applications or services.
 

Class Summary
OutputPipeEvent Container for OutputPipeEvent events.
PipeID This class implements a Pipe ID.
PipeMsgEvent Container for Pipe Message events.
 

Package net.jxta.pipe Description

Pipes are the core mechanism for exchanging messages between JXTA applications or services.

See Also:
PipeAdvertisement, PipeService, JXTA Protocols Specification : Pipes, JXTA Protocols Specification : Pipe Binding Protocol

JXSE