Interface IHttpAccessLogger

All Known Implementing Classes:
ConsoleHttpAccessLogger

public interface IHttpAccessLogger
Defines the http access log
  • Method Details

    • start

      void start()
      Notification to start the http access logger
    • stop

      void stop()
      Notification to stop the http access logger
    • requestReceived

      void requestReceived(IHttpServerInformation serverInformation, IHttpRequest request)
      Request received notification
      Parameters:
      serverInformation - the server information
      request - the request
    • responseSent

      void responseSent(IHttpServerInformation serverInformation, IHttpRequest request, IHttpResponse response)
      Response sent notification
      Parameters:
      serverInformation - the server information
      request - the request
      response - the response