JXTA

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

Packages that use RdvAdvSeedingManager
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.util A collection of utility classes used by the JXTA implementation. 
 

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

Subclasses of RdvAdvSeedingManager 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 RdvAdvSeedingManager in net.jxta.impl.util
 

Subclasses of RdvAdvSeedingManager in net.jxta.impl.util
 class URISeedingManager
          A seeding manager that supports both explicit seed peers and loading of seeds from seeding resources.
 


JXSE