|
Project 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.in
|
protected InputPipe |
JxtaServerSocket.serverPipe
|
| Methods in net.jxta.socket with parameters of type InputPipe | |
|---|---|
protected void |
JxtaSocket.setInputPipe(InputPipe in)
Sets the inputPipe attribute of the JxtaSocket object |
| Uses of InputPipe in net.jxta.util |
|---|
| Fields in net.jxta.util declared as InputPipe | |
|---|---|
protected InputPipe |
JxtaBiDiPipe.in
|
| 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 in)
Sets the inputPipe attribute of the JxtaBiDiPipe object |
|
JXTA J2SE | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||