Project JXTA

Uses of Package
net.jxta.pipe

Packages that use net.jxta.pipe
net.jxta.id IDs are used within JXTA to refer to peers, peer groups, pipes and other types of resources. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
net.jxta.pipe Pipes are the core mechanism for exchanging messages between JXTA applications or services. 
net.jxta.socket The socket package provides interface ala Socket over JXTA pipes. 
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
 

Classes in net.jxta.pipe used by net.jxta.id
PipeID
          This class implements a Pipe ID.
 

Classes in net.jxta.pipe used by net.jxta.peergroup
PipeService
          This class defines the API to the JXTA Pipe Service.
 

Classes in net.jxta.pipe used by net.jxta.pipe
InputPipe
          InputPipe defines the interface for receiving messages from a PipeService.
OutputPipe
          OuputPipe defines the interface for sending messages from a PipeService.
OutputPipeEvent
          Container for OutputPipeEvent events.
OutputPipeListener
          The listener interface for receiving OutputPipe resolution events.
PipeID
          This class implements a Pipe ID.
PipeMsgEvent
          Container for Pipe Message events.
PipeMsgListener
          The listener interface for receiving PipeMsgEvent events.
 

Classes in net.jxta.pipe used by net.jxta.socket
InputPipe
          InputPipe defines the interface for receiving messages from a PipeService.
OutputPipe
          OuputPipe defines the interface for sending messages from a PipeService.
OutputPipeEvent
          Container for OutputPipeEvent events.
OutputPipeListener
          The listener interface for receiving OutputPipe resolution events.
PipeMsgEvent
          Container for Pipe Message events.
PipeMsgListener
          The listener interface for receiving PipeMsgEvent events.
PipeService
          This class defines the API to the JXTA Pipe Service.
 

Classes in net.jxta.pipe used by net.jxta.util
InputPipe
          InputPipe defines the interface for receiving messages from a PipeService.
OutputPipe
          OuputPipe defines the interface for sending messages from a PipeService.
OutputPipeEvent
          Container for OutputPipeEvent events.
OutputPipeListener
          The listener interface for receiving OutputPipe resolution events.
PipeID
          This class implements a Pipe ID.
PipeMsgEvent
          Container for Pipe Message events.
PipeMsgListener
          The listener interface for receiving PipeMsgEvent events.
PipeService
          This class defines the API to the JXTA Pipe Service.
 


JXTA J2SE