JXTA

Package net.jxta.impl.rendezvous

A JXTA RendezVousService implementation which implements the standard JXTA Rendezvous Protocol (RVP).

See:
          Description

Interface Summary
RdvGreeter A Greeter is reponsible for receiving messages from walkers, and push them to the service that is listening to them.
RdvWalker A walker is responsible for implementing the strategy of sending messages for a walk.
StdRendezVousService.StdRdvProtocolListener Interface for listeners to : <assignedID>/
 

Class Summary
PeerConnection Manages a connection with a remote client or a rendezvous peer.
RdvWalk A Walk implements a particular protocol/behavior policy for sending messages through the Rendezvous Peers.
RendezVousPropagateMessage This class defines the wire format of the Propagation header for messages.
RendezVousServiceImpl A JXTA RendezVousService implementation which implements the standard JXTA Rendezvous Protocol (RVP).
RendezVousServiceInterface This class implements the RendezVousService interface.
RendezVousServiceProvider This abstract class must be extended for all RendezVous Service providers that are managed by RendezVousServiceImpl.
StdRendezVousService Base class for providers which implement the JXTA Standard Rendezvous Protocol.
 

Package net.jxta.impl.rendezvous Description

A JXTA RendezVousService implementation which implements the standard JXTA Rendezvous Protocol (RVP).

See Also:
RendezVousService, JXTA Protocols Specification : Rendezvous Protocol

JXSE