net.i2p.router.web
public class NetDbRenderer extends Object
Constructor and Description |
---|
NetDbRenderer(RouterContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
renderLeaseSetHTML(Writer out,
boolean debug) |
void |
renderRouterInfoHTML(Writer out,
String routerPrefix) |
void |
renderStatusHTML(Writer out,
int mode) |
public NetDbRenderer(RouterContext ctx)
public void renderRouterInfoHTML(Writer out, String routerPrefix) throws IOException
IOException
public void renderLeaseSetHTML(Writer out, boolean debug) throws IOException
debug
- @since 0.7.14 sort by distance from us, display
median distance, and other stuff, useful when floodfillIOException
public void renderStatusHTML(Writer out, int mode) throws IOException
mode
- 0: our info and charts only; 1: full routerinfos and charts; 2: abbreviated routerinfos and chartsIOException