Package org.zeroturnaround.javarebel
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
-
Method Details
-
beforeRequest
void beforeRequest()Called when a request.
-