|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String pipeID,
OutputPipeListener listener)
Remove an OutputPipeListener previously registered with createOuputputPipe . |
Methods in net.jxta.pipe with parameters of type OutputPipeListener | |
void |
PipeService.createOutputPipe(PipeAdvertisement adv,
OutputPipeListener listener)
Attempt to ceate an OutputPipe using the specified Pipe Advertisement. |
void |
PipeService.createOutputPipe(PipeAdvertisement adv,
PeerID peerid,
OutputPipeListener listener)
Deprecated. Use PipeService.createOutputPipe(PipeAdvertisement, Set, long) with a Collections.singleton(Object) instead. |
void |
PipeService.createOutputPipe(PipeAdvertisement pipeAdv,
Set resolvablePeers,
OutputPipeListener listener)
Attempt to ceate an OutputPipe using the specified Pipe Advertisement. |
OutputPipeListener |
PipeService.removeOutputPipeListener(String pipeID,
OutputPipeListener listener)
Remove an OutputPipeListener previously registered with createOuputputPipe . |
Uses of OutputPipeListener in net.jxta.socket |
Classes in net.jxta.socket that implement OutputPipeListener | |
class |
JxtaSocket
JxtaSocket is a bi-directional Pipe, that behaves very much like a Socket, it creates an InputPipe and listens for pipe connection request. |
Uses of OutputPipeListener in net.jxta.util |
Classes in net.jxta.util that implement OutputPipeListener | |
class |
JxtaBiDiPipe
JxtaBiDiPipe is a bi-directional Pipe, it creates an InputPipe for incoming Messages, and EndpointMessenger for outgoing messages JxtaBiDiPipe defines its own protocol for negotiating connections. |
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |