Module io.inverno.mod.http.server
Package io.inverno.mod.http.server
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
-
Method Summary
Methods inherited from interface io.inverno.mod.http.server.ExchangeHandler
handle