JXTA

Uses of Class
net.jxta.impl.util.ACLSeedingManager

Packages that use ACLSeedingManager
net.jxta.impl.endpoint.relay A JXTA MessageTransport implementation which which provides client polling and server store-and forward functionality for peers incapable of receiving incoming connections. 
net.jxta.impl.rendezvous.rpv   
net.jxta.impl.util A collection of utility classes used by the JXTA implementation. 
 

Uses of ACLSeedingManager in net.jxta.impl.endpoint.relay
 

Subclasses of ACLSeedingManager in net.jxta.impl.endpoint.relay
 class RelayReferralSeedingManager
          Extends the URI Seeding Manager by supplementing the list of active seeds with the active relay peers.
 

Uses of ACLSeedingManager in net.jxta.impl.rendezvous.rpv
 

Subclasses of ACLSeedingManager in net.jxta.impl.rendezvous.rpv
 class PeerviewSeedingManager
          A Seeding Manager which uses the peerview advertisement pipes in order to locate seed peers for a given peer group.
 

Uses of ACLSeedingManager in net.jxta.impl.util
 

Subclasses of ACLSeedingManager in net.jxta.impl.util
 class RdvAdvSeedingManager
          Adds the ability to discover RdvAdvs via Discovery.
 class URISeedingManager
          A seeding manager that supports both explicit seed peers and loading of seeds from seeding resources.
 


JXSE