public class TransparentProxyServlet
extends org.eclipse.jetty.servlets.ProxyServlet.Transparent
| Constructor and Description |
|---|
TransparentProxyServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeExchange(org.eclipse.jetty.client.HttpExchange exchange,
javax.servlet.http.HttpServletRequest request) |
void |
init(javax.servlet.ServletConfig config) |
createHttpClient, createHttpClientInstance, createLogger, customizeContinuation, destroy, filterResponseHeaderValue, getHostHeader, getServletConfig, getServletInfo, handleConnect, handleOnConnectionFailed, handleOnException, handleOnExpire, proxyHttpURI, service, setHostHeader, validateDestinationpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class org.eclipse.jetty.servlets.ProxyServlet.Transparentjavax.servlet.ServletExceptionprotected void customizeExchange(org.eclipse.jetty.client.HttpExchange exchange,
javax.servlet.http.HttpServletRequest request)
customizeExchange in class org.eclipse.jetty.servlets.ProxyServlet