Uses of Class
org.torproject.metrics.onionoo.server.HttpServletResponseWrapper
-
Packages that use HttpServletResponseWrapper Package Description org.torproject.metrics.onionoo.server Server classes that process client requests. -
-
Uses of HttpServletResponseWrapper in org.torproject.metrics.onionoo.server
Methods in org.torproject.metrics.onionoo.server with parameters of type HttpServletResponseWrapper Modifier and Type Method Description void
ResourceServlet. doGet(HttpServletRequestWrapper request, HttpServletResponseWrapper response)
void
ResourceServlet. doGet(HttpServletRequestWrapper request, HttpServletResponseWrapper response, long receivedRequestMillis)
Handles the HTTP GET request in the wrappedrequest
by writing an HTTP GET response to the likewiseresponse
, both of which are wrapped to facilitate testing.
-