public class ProxyServlet
extends HttpServlet
| Constructor and Description |
|---|
ProxyServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(ServletConfig config) |
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
void |
sessionIdChanged(java.lang.String oldSessionId) |
void |
setHttpServiceRuntimeImpl(HttpServiceRuntimeImpl httpServiceRuntimeImpl) |
public void init(ServletConfig config)
throws ServletException
ServletExceptionpublic void destroy()
public void setHttpServiceRuntimeImpl(HttpServiceRuntimeImpl httpServiceRuntimeImpl)
public void sessionIdChanged(java.lang.String oldSessionId)
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionHttpServlet#service(ServletRequest, ServletResponse)