Interface ErrorExchangeHandler<A extends Throwable,​B extends ErrorExchange<A>>

Type Parameters:
A - the error type
All Superinterfaces:
ExchangeHandler<B>

public interface ErrorExchangeHandler<A extends Throwable,​B extends ErrorExchange<A>> extends ExchangeHandler<B>

Exchange handler used to handle error server exchanges.

The HTTP server relies on an error exchange handler to handle errors thrown during the processing of a client request in order to provide a proper response to the client.

Since:
1.0
Author:
Jeremy Kuhn
See Also:
ErrorExchange, ExchangeHandler