org.outerj.xreporter.http
Class HttpConnectorImpl.AccessLogHandler
java.lang.Object
org.mortbay.http.handler.AbstractHttpHandler
org.outerj.xreporter.http.HttpConnectorImpl.AccessLogHandler
- All Implemented Interfaces:
- org.mortbay.http.HttpHandler, org.mortbay.util.LifeCycle, java.io.Serializable
- Enclosing class:
- HttpConnectorImpl
- public class HttpConnectorImpl.AccessLogHandler
- extends org.mortbay.http.handler.AbstractHttpHandler
A handler which will log all incoming HTTP requests.
- See Also:
- Serialized Form
Method Summary |
void |
handle(java.lang.String s,
java.lang.String s1,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse httpResponse)
|
Methods inherited from class org.mortbay.http.handler.AbstractHttpHandler |
getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HttpConnectorImpl.AccessLogHandler
public HttpConnectorImpl.AccessLogHandler()
handle
public void handle(java.lang.String s,
java.lang.String s1,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse httpResponse)
throws org.mortbay.http.HttpException,
java.io.IOException
- Throws:
org.mortbay.http.HttpException
java.io.IOException