- closeQuietly(Closeable) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
- consumeQuietly(HttpEntity) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
HttpClient v4.1 doesn't have the
EntityUtils.consumeQuietly(org.apache.http.HttpEntity) method.
- copyProxyCookie(HttpServletRequest, HttpServletResponse, Header) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
Copy cookie from the proxy to the servlet client.
- copyRequestHeaders(HttpServletRequest, HttpRequest) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
Copy request headers from the servlet client to the proxy request.
- copyResponseEntity(HttpResponse, HttpServletResponse) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
Copy response body data (the entity) from the proxy to the servlet client.
- copyResponseHeaders(HttpResponse, HttpServletRequest, HttpServletResponse) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
Copy proxied response headers back to the servlet client.
- createHttpClient(HttpParams) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
Called from GenericServlet.init(javax.servlet.ServletConfig).