|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputPipe | |
---|---|
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 OutputPipe in net.jxta.pipe |
---|
Methods in net.jxta.pipe that return OutputPipe | |
---|---|
OutputPipe |
PipeService.createOutputPipe(PipeAdvertisement adv,
Enumeration resolvablePeers,
long timeout)
Deprecated. Use PipeService.createOutputPipe(PipeAdvertisement, Set, long) instead. |
OutputPipe |
PipeService.createOutputPipe(PipeAdvertisement adv,
long timeout)
Attempt to ceate an OutputPipe using the specified Pipe Advertisement. |
OutputPipe |
PipeService.createOutputPipe(PipeAdvertisement adv,
PeerID peerid,
long timeout)
Deprecated. Use PipeService.createOutputPipe(PipeAdvertisement, Set, long) with a Collections.singleton(Object) instead. |
OutputPipe |
PipeService.createOutputPipe(PipeAdvertisement adv,
Set resolvablePeers,
long timeout)
Attempt to ceate an OutputPipe using the specified Pipe Advertisement. |
OutputPipe |
OutputPipeEvent.getOutputPipe()
Returns the output associated with the event |
Constructors in net.jxta.pipe with parameters of type OutputPipe | |
---|---|
OutputPipeEvent(Object source,
OutputPipe outputpipe,
String pipeID,
int queryID)
Creates a new event |
Uses of OutputPipe in net.jxta.socket |
---|
Fields in net.jxta.socket declared as OutputPipe | |
---|---|
protected OutputPipe |
JxtaSocket.connectOutpipe
|
protected OutputPipe |
JxtaMulticastSocket.outputPipe
|
Uses of OutputPipe in net.jxta.util |
---|
Fields in net.jxta.util declared as OutputPipe | |
---|---|
protected OutputPipe |
JxtaBiDiPipe.connectOutpipe
|
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |