org.codehaus.wadi.jetty5
Class Handler
java.lang.Object
org.mortbay.http.handler.AbstractHttpHandler
org.codehaus.wadi.jetty5.Handler
- All Implemented Interfaces:
- org.mortbay.http.HttpHandler, LifeCycle, Serializable
- public class Handler
- extends org.mortbay.http.handler.AbstractHttpHandler
A Jetty Handler which checks incoming proxied requests to see if they were originally from
a secure connection. If this is the case, it modifies the request object so that it encodes
this fact.
- Version:
- $Revision: 1139 $
- Author:
- Jules Gosnell
- See Also:
- Serialized Form
Method Summary |
void |
handle(String pathInContext,
String pathParams,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse response)
|
Methods inherited from class org.mortbay.http.handler.AbstractHttpHandler |
getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toString |
_log
protected final Log _log
_trustedIps
protected final Pattern _trustedIps
Handler
public Handler(Pattern trustedIps)
handle
public void handle(String pathInContext,
String pathParams,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse response)
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.