public static class AsyncProxyServlet.Transparent extends AsyncProxyServlet
AsyncProxyServlet.Transparent
_DontProxyHeaders
Constructor and Description |
---|
AsyncProxyServlet.Transparent() |
AsyncProxyServlet.Transparent(String prefix,
String server,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
init(ServletConfig config) |
protected org.mortbay.jetty.HttpURI |
proxyHttpURI(String scheme,
String serverName,
int serverPort,
String uri)
/** Resolve requested URL to the Proxied HttpURI
|
destroy, getServletConfig, getServletInfo, handleConnect, service
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class AsyncProxyServlet
ServletException
protected org.mortbay.jetty.HttpURI proxyHttpURI(String scheme, String serverName, int serverPort, String uri) throws MalformedURLException
AsyncProxyServlet
proxyHttpURI
in class AsyncProxyServlet
scheme
- The scheme of the received request.serverName
- The server encoded in the received request(which
may be from an absolute URL in the request line).serverPort
- The server port of the received request (which
may be from an absolute URL in the request line).uri
- The URI of the received request.MalformedURLException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.