org.mortbay.servlet

Class ProxyServlet

Implemented Interfaces:
Servlet

public class ProxyServlet
extends java.lang.Object
implements Servlet

EXPERIMENTAL Proxy servlet.
Author:
gregw

Field Summary

protected HashSet
_DontProxyHeaders

Method Summary

void
destroy()
ServletConfig
getServletConfig()
String
getServletInfo()
void
handleConnect(HttpServletRequest request, HttpServletResponse response)
void
init(ServletConfig config)
void
service(ServletRequest req, ServletResponse res)

Field Details

_DontProxyHeaders

protected HashSet _DontProxyHeaders

Method Details

destroy

public void destroy()
Specified by:
destroy in interface Servlet

getServletConfig

public ServletConfig getServletConfig()
Specified by:
getServletConfig in interface Servlet

getServletInfo

public String getServletInfo()
Specified by:
getServletInfo in interface Servlet

handleConnect

public void handleConnect(HttpServletRequest request,
                          HttpServletResponse response)
            throws IOException

init

public void init(ServletConfig config)
            throws ServletException
Specified by:
init in interface Servlet

service

public void service(ServletRequest req,
                    ServletResponse res)
            throws ServletException,
                   IOException
Specified by:
service in interface Servlet

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.