Interface ErrorWebExchange<A extends ExchangeContext>

Type Parameters:
A - the type of the exchange context
All Superinterfaces:
BaseExchange<A,Request,Response>, ErrorExchange<A>, Exchange<A>

public interface ErrorWebExchange<A extends ExchangeContext> extends ErrorExchange<A>

An error exchange that extends the HTTP server ErrorExchange with features for the Web.

It especially supports response body encoding based on the response content type.

Since:
1.0
Author:
Jeremy Kuhn
See Also: