JXTA

Uses of Interface
net.jxta.impl.util.SeedingManager

Packages that use SeedingManager
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 SeedingManager in net.jxta.impl.endpoint.relay
 

Classes in net.jxta.impl.endpoint.relay that implement SeedingManager
 class RelayReferralSeedingManager
          Extends the URI Seeding Manager by supplementing the list of active seeds with the active relay peers.
 

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

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

Uses of SeedingManager in net.jxta.impl.util
 

Classes in net.jxta.impl.util that implement SeedingManager
 class ACLSeedingManager
          Provides support for the optional access control list which determines which peers may be used.
 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