Interface RequestEventListener


public interface RequestEventListener
A callback that will be notified when a request is initiated in case of running in request/response environment such as web or application server.
Since:
1.3
Author:
Igor Malinin (igor@zeroturnaround.com) TODO remove this interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a request.
  • Method Details

    • beforeRequest

      void beforeRequest()
      Called when a request.