JXTA

Uses of Interface
net.jxta.pipe.OutputPipeListener

Packages that use OutputPipeListener
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. 
 

Uses of OutputPipeListener in net.jxta.pipe
 

Methods in net.jxta.pipe that return OutputPipeListener
 OutputPipeListener PipeService.removeOutputPipeListener(ID pipeID, OutputPipeListener listener)
          Remove an OutputPipeListener previously registered with createOuputputPipe.
 OutputPipeListener PipeService.removeOutputPipeListener(String pipeID, OutputPipeListener listener)
          Deprecated. This method is being replaced by PipeService.removeOutputPipeListener(ID,OutputPipeListener).
 

Methods in net.jxta.pipe with parameters of type OutputPipeListener
 void PipeService.createOutputPipe(PipeAdvertisement pipeAdv, OutputPipeListener listener)
          Attempt to create an OutputPipe using the specified Pipe Advertisement.
 void PipeService.createOutputPipe(PipeAdvertisement pipeAdv, Set<? extends ID> resolvablePeers, OutputPipeListener listener)
          Attempt to create an OutputPipe using the specified Pipe Advertisement.
 OutputPipeListener PipeService.removeOutputPipeListener(ID pipeID, OutputPipeListener listener)
          Remove an OutputPipeListener previously registered with createOuputputPipe.
 OutputPipeListener PipeService.removeOutputPipeListener(String pipeID, OutputPipeListener listener)
          Deprecated. This method is being replaced by PipeService.removeOutputPipeListener(ID,OutputPipeListener).
 

Uses of OutputPipeListener in net.jxta.socket
 

Classes in net.jxta.socket that implement OutputPipeListener
 class JxtaSocket
          JxtaSocket is a sub-class of java.net.socket, and should be used like a java.net.Socket.
 

Uses of OutputPipeListener in net.jxta.util
 

Classes in net.jxta.util that implement OutputPipeListener
 class JxtaBiDiPipe
          JxtaBiDiPipe is a pair of UnicastPipe channels that implements a bidirectional pipe.
 


JXSE