|
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 pipeAdv,
long timeout)
Attempt to create an OutputPipe using the specified Pipe Advertisement. |
OutputPipe |
PipeService.createOutputPipe(PipeAdvertisement pipeAdv,
Set<? extends ID> resolvablePeers,
long timeout)
Attempt to create 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
Used to negotiate connection parameters |
protected OutputPipe |
JxtaMulticastSocket.outputPipe
|
Uses of OutputPipe in net.jxta.util |
---|
Fields in net.jxta.util declared as OutputPipe | |
---|---|
protected OutputPipe |
JxtaBiDiPipe.connectOutpipe
|
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |