Name

RendezVousManager

Synopsis

This class is used by the rendezvous service to determine if a particular peer is allowed to connect to the service. The requestConnection( ) method returns the number of seconds that a peer is allowed to connect (its lease); 0 signifies that the peer is not allowed to connect.

public interface RendezVousManager {
// Public Instance Methods
   public abstract long requestConnection(net.jxta.document.Advertisement adv);
}

Implementations

net.jxta.util.SimpleRdvManager

Passed To

RendezVousService.startRendezVous()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.