org.mortbay.servlet
Class ProxyServlet
java.lang.Object
org.mortbay.servlet.ProxyServlet
- All Implemented Interfaces:
- Servlet
public class ProxyServlet
- extends Object
- implements Servlet
EXPERIMENTAL Proxy servlet.
- Author:
- gregw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_DontProxyHeaders
protected HashSet _DontProxyHeaders
ProxyServlet
public ProxyServlet()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init
in interface Servlet
- Throws:
ServletException
getServletConfig
public ServletConfig getServletConfig()
- Specified by:
getServletConfig
in interface Servlet
service
public void service(ServletRequest req,
ServletResponse res)
throws ServletException,
IOException
- Specified by:
service
in interface Servlet
- Throws:
ServletException
IOException
handleConnect
public void handleConnect(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Throws:
IOException
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface Servlet
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet