|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.j2ep.requesthandlers.RequestHandlerBase
net.sf.j2ep.requesthandlers.MaxForwardRequestHandler
public class MaxForwardRequestHandler
Handler for the OPTIONS and TRACE method.
| Constructor Summary | |
|---|---|
MaxForwardRequestHandler()
|
|
| Method Summary | |
|---|---|
org.apache.commons.httpclient.HttpMethod |
process(HttpServletRequest request,
java.lang.String url)
Sets the headers and does some checking for if this request is meant for the server or for the proxy. |
| Methods inherited from class net.sf.j2ep.requesthandlers.RequestHandlerBase |
|---|
addBannedHeader, addBannedHeaders, setHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MaxForwardRequestHandler()
| Method Detail |
|---|
public org.apache.commons.httpclient.HttpMethod process(HttpServletRequest request,
java.lang.String url)
throws java.io.IOException
process in interface RequestHandlerprocess in class RequestHandlerBaserequest - The request we are processingurl - URL to bind the method to
java.io.IOException - An exception is thrown when there is a problem with the input supplied by the requestnet.sf.j2ep.model.RequestHandler#process(javax.servlet.http.HttpServletRequest, java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||