org.mortbay.proxy
public static class AsyncProxyServlet.Transparent extends AsyncProxyServlet
AsyncProxyServlet.Transparent_DontProxyHeaders| Constructor and Description |
|---|
AsyncProxyServlet.Transparent() |
AsyncProxyServlet.Transparent(java.lang.String prefix,
java.lang.String server,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ServletConfig config) |
protected org.mortbay.jetty.HttpURI |
proxyHttpURI(java.lang.String scheme,
java.lang.String serverName,
int serverPort,
java.lang.String uri)
/** Resolve requested URL to the Proxied HttpURI
|
destroy, getServletConfig, getServletInfo, handleConnect, servicepublic AsyncProxyServlet.Transparent()
public AsyncProxyServlet.Transparent(java.lang.String prefix,
java.lang.String server,
int port)
public void init(ServletConfig config) throws ServletException
init in interface Servletinit in class AsyncProxyServletServletExceptionprotected org.mortbay.jetty.HttpURI proxyHttpURI(java.lang.String scheme,
java.lang.String serverName,
int serverPort,
java.lang.String uri)
throws java.net.MalformedURLException
AsyncProxyServletproxyHttpURI in class AsyncProxyServletscheme - 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.java.net.MalformedURLExceptionCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.