net.i2p.router.networkdb.reseed
public class Reseeder extends Object
Modifier and Type | Class and Description |
---|---|
class |
Reseeder.ReseedRunner |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SEED_URL
NOTE - URLs in both the standard and SSL groups should use the same hostname and path,
so the reseed process will not download from both.
|
static String |
DEFAULT_SSL_SEED_URL |
static String |
PROP_PROXY_ENABLE |
static String |
PROP_PROXY_HOST |
static String |
PROP_PROXY_PORT |
static String |
PROP_RESEED_URL |
static String |
PROP_SSL_DISABLE |
static String |
PROP_SSL_REQUIRED |
Constructor and Description |
---|
Reseeder(RouterContext ctx) |
public static final String DEFAULT_SEED_URL
public static final String DEFAULT_SSL_SEED_URL
public static final String PROP_PROXY_HOST
public static final String PROP_PROXY_PORT
public static final String PROP_PROXY_ENABLE
public static final String PROP_SSL_DISABLE
public static final String PROP_SSL_REQUIRED
public static final String PROP_RESEED_URL
public Reseeder(RouterContext ctx)