Project JXTA

Package net.jxta.impl.rendezvous

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

See:
          Description

Interface Summary
RdvWalker A walker is responsible for carrying a message to other rendezvous peers as defined by its walk style.
StdRendezVousService.StdRdvProtocolListener Interface for listeners to : /
 

Class Summary
PeerConnection Manages a connection with a remote client or a rendezvous peer.
RdvGreeter This abstract class must be extended by all rendezvous peer greeter.
RdvWalk This abstract class must be extended by all rendezvous peer walking policies.
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

JXTA J2SE