net.i2p.router.web
Class NetDbRenderer

java.lang.Object
  extended by net.i2p.router.web.NetDbRenderer

public class NetDbRenderer
extends Object


Constructor Summary
NetDbRenderer(RouterContext ctx)
           
 
Method Summary
 void renderLeaseSetHTML(Writer out, boolean debug)
           
 void renderRouterInfoHTML(Writer out, String routerPrefix)
           
 void renderStatusHTML(Writer out, int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetDbRenderer

public NetDbRenderer(RouterContext ctx)
Method Detail

renderRouterInfoHTML

public void renderRouterInfoHTML(Writer out,
                                 String routerPrefix)
                          throws IOException
Throws:
IOException

renderLeaseSetHTML

public void renderLeaseSetHTML(Writer out,
                               boolean debug)
                        throws IOException
Parameters:
debug - @since 0.7.14 sort by distance from us, display median distance, and other stuff, useful when floodfill
Throws:
IOException

renderStatusHTML

public void renderStatusHTML(Writer out,
                             int mode)
                      throws IOException
Parameters:
mode - 0: charts only; 1: full routerinfos; 2: abbreviated routerinfos
Throws:
IOException