Interface GenericRequestEventBase
- All Known Implementing Classes:
PostRequestEvent,PreRequestEvent,RouteRequestEvent,ShareFileLoadedEvent,ShareRequestEvent
public interface GenericRequestEventBase
Represents the base for all request events.
-
Method Summary
-
Method Details
-
getExchange
Gets theExchangewhich stores the involved request, response and some other data.- Returns:
- The
Exchange.
-
getRequest
Gets theRequestwhich is involved in this event.- Returns:
- The
Request - Since:
- 3.4.0-SNAPSHOT
-
getResponse
Gets theResponsewhich is involved in this event.- Returns:
- The
Response - Since:
- 3.4.0-SNAPSHOT
-