JXTA

Package net.jxta.impl.pipe

A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).

See:
          Description

Interface Summary
PipeRegistrar Interface for classes which manage input pipe registrations.
PipeResolver.Listener Pipe Resolver Event Listener.
 

Class Summary
BlockingWireOutputPipe This Object is created when a call to PipeService.createOutputPipe(propgateAdv) with a Set containing a single PeerID.
InputPipeImpl Implements the InputPipe interface by listening on the endpoint for messages to service "PipeService" and a param of the Pipe ID.
NonBlockingOutputPipe An implementation of Ouput Pipe which sends messages on the pipe asynchronously.
NonBlockingWireOutputPipe An implementation of Ouput Pipe which sends messages on the pipe asynchronously.
PipeResolver This class implements the Resolver interfaces for a PipeServiceImpl.
PipeResolver.CurrentCredential Encapsulates current Membership Service credential.
PipeResolver.Event A pipe resolver event.
PipeServiceImpl A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).
PipeServiceInterface This class implements the Pipe interface.
SecureInputPipeImpl Implements the InputPipe interface by listening on the endpoint for messages to service "PipeService" and a param of the Pipe ID.
SecureOutputPipe This class implements the Secure non blocking Output Pipe
WireHeader This class implements a JXTA-WIRE header.
WirePipe WirePipe (aka Propagated pipe) is very similar to IGMP, where a creation of an input pipe results in a propagated pipe membership registration with the peer's rendezvous peer, and a closure results in a propagated pipe group resignation, these group registration/resignation are simply PipeService SRDI messages.
WirePipeImpl The Wire (Propagated) Pipe Service.
 

Enum Summary
NonBlockingOutputPipe.WorkerState Tracks the state of our worker thread.
 

Package net.jxta.impl.pipe Description

A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).

See Also:
PipeService, InputPipe, OutputPipe, PipeAdvertisement, Message, JXTA Protocols Specification : Pipe Binding Protocol

JXSE