|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputPipe | |
---|---|
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 InputPipe in net.jxta.pipe |
---|
Methods in net.jxta.pipe that return InputPipe | |
---|---|
InputPipe |
PipeService.createInputPipe(PipeAdvertisement adv)
Create an InputPipe from a pipe Advertisement |
InputPipe |
PipeService.createInputPipe(PipeAdvertisement adv,
PipeMsgListener listener)
Create an InputPipe from a pipe Advertisement |
Uses of InputPipe in net.jxta.socket |
---|
Fields in net.jxta.socket declared as InputPipe | |
---|---|
protected InputPipe |
JxtaMulticastSocket.in
|
protected InputPipe |
JxtaSocket.localEphemeralPipeIn
The input pipe for our ephemeral pipe. |
protected InputPipe |
JxtaServerSocket.serverPipe
The input pipe on which we listen for connect requests. |
Uses of InputPipe in net.jxta.util |
---|
Fields in net.jxta.util declared as InputPipe | |
---|---|
protected InputPipe |
JxtaBiDiPipe.inputPipe
|
Methods in net.jxta.util that return InputPipe | |
---|---|
InputPipe |
JxtaBiDiPipe.getInputPipe()
Returns an input stream for this socket. |
Methods in net.jxta.util with parameters of type InputPipe | |
---|---|
protected void |
JxtaBiDiPipe.setInputPipe(InputPipe inputPipe)
Sets the inputPipe attribute of the JxtaBiDiPipe object |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |