|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputPipeEvent | |
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 OutputPipeEvent in net.jxta.pipe |
Methods in net.jxta.pipe with parameters of type OutputPipeEvent | |
void |
OutputPipeListener.outputPipeEvent(OutputPipeEvent event)
Called when a input pipe has been located for a previously registered pipe. |
Uses of OutputPipeEvent in net.jxta.socket |
Methods in net.jxta.socket with parameters of type OutputPipeEvent | |
void |
JxtaSocket.outputPipeEvent(OutputPipeEvent event)
the output pipe event |
Uses of OutputPipeEvent in net.jxta.util |
Methods in net.jxta.util with parameters of type OutputPipeEvent | |
void |
JxtaBiDiPipe.outputPipeEvent(OutputPipeEvent event)
Called when a input pipe has been located for a previously registered pipe. The event contains an OutputPipe which can
be used to communicate with the remote peer. |
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |