Interface InterceptedWebExchange<A extends ExchangeContext>

Type Parameters:
A - the exchange context type
All Superinterfaces:
BaseExchange<A,InterceptedRequest,InterceptedResponse>, InterceptedExchange<A>

public interface InterceptedWebExchange<A extends ExchangeContext> extends InterceptedExchange<A>

An intercepted Web exchange extending HTTP client InterceptedExchange.

It especially provides response body encoding based on the response content type as well as configurable error status mapper.

Since:
1.12
Author:
Jeremy Kuhn
  • Method Details