JXTA

Uses of Interface
net.jxta.impl.pipe.PipeResolver.Listener

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

Uses of PipeResolver.Listener in net.jxta.impl.pipe
 

Classes in net.jxta.impl.pipe that implement PipeResolver.Listener
(package private)  class NonBlockingOutputPipe
          An implementation of Ouput Pipe which sends messages on the pipe asynchronously.
 class PipeServiceImpl
          A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).
(package private)  class SecureOutputPipe
          This class implements the Secure non blocking Output Pipe
 

Methods in net.jxta.impl.pipe that return PipeResolver.Listener
(package private)  PipeResolver.Listener PipeResolver.removeListener(ID pipeID, int queryID)
          Remove a pipe resolver listener
 

Methods in net.jxta.impl.pipe with parameters of type PipeResolver.Listener
(package private)  boolean PipeResolver.addListener(ID pipeID, PipeResolver.Listener listener, int queryID)
          Add a pipe resolver listener
 


JXSE