JXTA

Uses of Package
net.jxta.impl.pipe

Packages that use net.jxta.impl.pipe
net.jxta.impl.pipe A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP). 
 

Classes in net.jxta.impl.pipe used by net.jxta.impl.pipe
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.
NonBlockingOutputPipe.WorkerState
          Tracks the state of our worker thread.
NonBlockingWireOutputPipe
          An implementation of Ouput Pipe which sends messages on the pipe asynchronously.
PipeRegistrar
          Interface for classes which manage input pipe registrations.
PipeResolver
          This class implements the Resolver interfaces for a PipeServiceImpl.
PipeResolver.CurrentCredential
          Encapsulates current Membership Service credential.
PipeResolver.Event
          A pipe resolver event.
PipeResolver.Listener
          Pipe Resolver Event Listener.
PipeServiceImpl
          A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).
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.
 


JXSE