Package | Description |
---|---|
org.torproject.metrics.onionoo.server |
Server classes that process client requests.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceServlet.doGet(HttpServletRequestWrapper request,
HttpServletResponseWrapper response) |
void |
ResourceServlet.doGet(HttpServletRequestWrapper request,
HttpServletResponseWrapper response,
long receivedRequestMillis)
Handles the HTTP GET request in the wrapped
request by
writing an HTTP GET response to the likewise response ,
both of which are wrapped to facilitate testing. |