org.outerj.xreporter.http
Class HttpConnectorImpl.AccessLogHandler

java.lang.Object
  extended byorg.mortbay.http.handler.AbstractHttpHandler
      extended byorg.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

Constructor Summary
HttpConnectorImpl.AccessLogHandler()
           
 
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
 

Constructor Detail

HttpConnectorImpl.AccessLogHandler

public HttpConnectorImpl.AccessLogHandler()
Method Detail

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