|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--com.evermind.server.http.TunnelServlet
TunnelServlet is used to pipe requests for certain url-patterns to another HTTP-server.
targetRoot - the URL of the server to pipe to (for instance http://www.somehost.com/somedir/).
| Constructor Summary | |
TunnelServlet()
|
|
| Method Summary | |
void |
init()
|
void |
service(javax.servlet.http.HttpServletRequest genericRequest,
javax.servlet.http.HttpServletResponse genericResponse)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TunnelServlet()
| Method Detail |
public void init()
init in class javax.servlet.GenericServlet
public void service(javax.servlet.http.HttpServletRequest genericRequest,
javax.servlet.http.HttpServletResponse genericResponse)
throws java.io.IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||