net.i2p.router.web
Class ReseedHandler

java.lang.Object
  extended bynet.i2p.router.web.ReseedHandler

public class ReseedHandler
extends java.lang.Object

Handler to deal with reseed requests. This reseed from the URL http://dev.i2p.net/i2pdb/ unless the java env property "i2p.reseedURL" is set. It always writes to ./netDb/, so don't mess with that.


Nested Class Summary
static class ReseedHandler.ReseedRunner
           
 
Constructor Summary
ReseedHandler()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setReseedNonce(java.lang.String nonce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReseedHandler

public ReseedHandler()
Method Detail

setReseedNonce

public void setReseedNonce(java.lang.String nonce)

main

public static void main(java.lang.String[] args)