|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PipeMsgListener | |
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 PipeMsgListener in net.jxta.pipe |
Methods in net.jxta.pipe with parameters of type PipeMsgListener | |
InputPipe |
PipeService.createInputPipe(PipeAdvertisement adv,
PipeMsgListener listener)
create an InputPipe from a pipe Advertisement |
Uses of PipeMsgListener in net.jxta.socket |
Classes in net.jxta.socket that implement PipeMsgListener | |
class |
JxtaMulticastSocket
The JxtaMulticastSocket class is useful for sending and receiving JXTA multicast packets. |
class |
JxtaServerSocket
JxtaServerSocket is a bi-directional Pipe that behaves very much like ServerSocket. |
class |
JxtaSocket
JxtaSocket is a bi-directional Pipe, that behaves very much like a Socket, it creates an InputPipe and listens for pipe connection request. |
Uses of PipeMsgListener in net.jxta.util |
Classes in net.jxta.util that implement PipeMsgListener | |
class |
JxtaBiDiPipe
JxtaBiDiPipe is a bi-directional Pipe, it creates an InputPipe for incoming Messages, and EndpointMessenger for outgoing messages JxtaBiDiPipe defines its own protocol for negotiating connections. |
class |
JxtaServerPipe
JxtaServerPipe is a bi-directional Pipe, that behaves very much like ServerSocket, it creates a inputpipe and listens for pipe connection requests. |
Fields in net.jxta.util declared as PipeMsgListener | |
protected PipeMsgListener |
JxtaBiDiPipe.listener
|
Methods in net.jxta.util that return PipeMsgListener | |
PipeMsgListener |
JxtaBiDiPipe.getListener()
Returns the message listener for this pipe |
Methods in net.jxta.util with parameters of type PipeMsgListener | |
void |
JxtaBiDiPipe.connect(PeerGroup group,
PeerID peerid,
PipeAdvertisement pipeAd,
int timeout,
PipeMsgListener listener)
Connects to a remote JxtaBiDiPipe |
void |
JxtaBiDiPipe.connect(PeerGroup group,
PeerID peerid,
PipeAdvertisement pipeAd,
int timeout,
PipeMsgListener listener,
boolean reliable)
Connects to a remote JxtaBiDiPipe |
void |
JxtaBiDiPipe.setListener(PipeMsgListener listener)
Sets message listener for a pipe spawned by the JxtaServerPipe. |
Constructors in net.jxta.util with parameters of type PipeMsgListener | |
JxtaBiDiPipe(PeerGroup group,
PipeAdvertisement pipeAd,
PipeMsgListener listener)
attempts to create a bidirectional connection to remote peer within default timeout of 60,000ms, and initiates a connection |
|
JxtaBiDiPipe(PeerGroup group,
PipeAdvertisement pipeAd,
int timeout,
PipeMsgListener listener)
attempts to create a bidirectional connection to remote peer within default timeout of 1 minutes, and initiates a connection |
|
JxtaBiDiPipe(PeerGroup group,
PipeAdvertisement pipeAd,
int timeout,
PipeMsgListener listener,
boolean reliable)
attempts to create a bidirectional connection to remote peer within default timeout of 60,000ms, and initiates a connection |
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |