JXTA

Uses of Interface
net.jxta.impl.pipe.PipeRegistrar

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

Uses of PipeRegistrar in net.jxta.impl.pipe
 

Classes in net.jxta.impl.pipe that implement PipeRegistrar
(package private)  class PipeResolver
          This class implements the Resolver interfaces for a PipeServiceImpl.
 class 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.
 

Fields in net.jxta.impl.pipe declared as PipeRegistrar
protected  PipeRegistrar InputPipeImpl.registrar
           
 

Constructors in net.jxta.impl.pipe with parameters of type PipeRegistrar
InputPipeImpl(PipeRegistrar r, PipeAdvertisement adv, PipeMsgListener listener)
          Constructor for the InputPipeImpl object
 


JXSE