org.mortbay.proxy
Class AsyncProxyServlet.Transparent

java.lang.Object
  extended by org.mortbay.proxy.AsyncProxyServlet
      extended by org.mortbay.proxy.AsyncProxyServlet.Transparent
All Implemented Interfaces:
Servlet
Enclosing class:
AsyncProxyServlet

public static class AsyncProxyServlet.Transparent
extends AsyncProxyServlet


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mortbay.proxy.AsyncProxyServlet
AsyncProxyServlet.Transparent
 
Field Summary
 
Fields inherited from class org.mortbay.proxy.AsyncProxyServlet
_DontProxyHeaders
 
Constructor Summary
AsyncProxyServlet.Transparent()
           
AsyncProxyServlet.Transparent(String prefix, String server, int port)
           
 
Method Summary
protected  HttpURI proxyHttpURI(String scheme, String serverName, int serverPort, String uri)
           
 
Methods inherited from class org.mortbay.proxy.AsyncProxyServlet
destroy, getServletConfig, getServletInfo, handleConnect, init, main, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncProxyServlet.Transparent

public AsyncProxyServlet.Transparent()

AsyncProxyServlet.Transparent

public AsyncProxyServlet.Transparent(String prefix,
                                     String server,
                                     int port)
Method Detail

proxyHttpURI

protected HttpURI proxyHttpURI(String scheme,
                               String serverName,
                               int serverPort,
                               String uri)
                        throws MalformedURLException
Overrides:
proxyHttpURI in class AsyncProxyServlet
Throws:
MalformedURLException


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.