Interface InterceptableRequest

All Superinterfaces:
BaseRequest

public interface InterceptableRequest extends BaseRequest

An interceptable request is exposed in the InterceptableExchange to proxy the original request that is about to be sent to the endpoint and the actual request after it has been sent to the endpoint.

Once the request has been sent to the endpoint it is no longer possible to modify the interceptable request resulting in IllegalStateException on such operations.

Since:
1.6
Author:
Jeremy Kuhn
See Also: