public class NetDbHelper extends FormHandler
FormHandler.Message_action, _context, _log, _method, _out, _requestWrapper, _session, _settings| Constructor and Description |
|---|
NetDbHelper() |
| Modifier and Type | Method and Description |
|---|---|
void | allowGraphical()call for non-text-mode browsers |
String | getFloodfillNetDbSummary()storeWriter() must be called previously |
String | getNavBarHtml()Get the navigation bar HTML. |
String | getNetDbSummary()Net db summary. |
boolean | isFloodfill()Whether the router is a floodfill router. |
protected void | processForm()Now we're a FormHandler |
void | setCaps(String c)Set the capabilities filter. |
void | setClientPage(String f)Set the client page. |
void | setCost(String f)Set the cost filter. |
void | setCountry(String c)Set the country filter. |
void | setDate(String f)Set the date filter. |
void | setEtype(String f)Set the encryption type filter. |
void | setFamily(String c)Set the family filter. |
void | setFull(String f)Set the full display mode. |
void | setIntros(String f)Set the intro count filter. |
void | setIp(String c)Set the IP address filter. |
void | setIpv6(String f)Set the IPv6 prefix filter. |
void | setLease(String l)Set the lease display mode. |
void | setLeaseset(String f)Set the leaseset hostname for lookup. |
void | setLimit(String f)Set the result limit. |
void | setMode(String f)Set the mode filter. |
void | setMtu(String f)Set the MTU filter. |
void | setPage(String f)Set the page number. |
void | setPort(String f)Set the port filter (single port or range). |
void | setRouter(String r)Set the router hash prefix for lookup. |
void | setShow(String show)Set by show= param (alternative to f=N). |
void | setSort(String f)Set the sort field. |
void | setSsucaps(String f)Set the SSU capabilities filter. |
void | setSybil(String c)Set the Sybil analysis filter. |
void | setSybil2(String c)For form, same as above but with a length check. |
void | setTransport(String f)Set the transport filter. |
void | setType(String f)Set the signature type filter. |
void | setVersion(String v)Set the router version filter. |
_t, _t, _t, _x, addFormError, addFormError, addFormErrorNoEscape, addFormErrorNoEscape, addFormNotice, addFormNotice, addFormNoticeNoEscape, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeSession, storeWriterpublic void allowGraphical()
public String getFloodfillNetDbSummary()
public String getNavBarHtml()
public String getNetDbSummary()
public boolean isFloodfill()
protected void processForm()
processForm in class FormHandlerpublic void setCaps(String c)
c - the capabilities stringpublic void setClientPage(String f)
f - the page valuepublic void setCost(String f)
f - the cost stringpublic void setCountry(String c)
c - the country codepublic void setDate(String f)
f - the date stringpublic void setEtype(String f)
f - the encryption type stringpublic void setFamily(String c)
c - the family stringpublic void setFull(String f)
f - the mode valuepublic void setIntros(String f)
f - the intro count stringpublic void setIp(String c)
c - the IP addresspublic void setIpv6(String f)
f - the IPv6 prefixpublic void setLease(String l)
l - the lease mode valuepublic void setLeaseset(String f)
f - the hostname or b32public void setLimit(String f)
f - the limit as a stringpublic void setMode(String f)
f - the mode stringpublic void setMtu(String f)
f - the MTU stringpublic void setPage(String f)
f - the page as a stringpublic void setPort(String f)
f - the port stringpublic void setRouter(String r)
r - the router hash prefixpublic void setShow(String show)
public void setSort(String f)
f - the sort fieldpublic void setSsucaps(String f)
f - the SSU capabilities stringpublic void setSybil(String c)
c - the Sybil analysis targetpublic void setSybil2(String c)
c - the Sybil analysis targetpublic void setTransport(String f)
f - the transport stringpublic void setType(String f)
f - the signature type stringpublic void setVersion(String v)
v - the version string