Uses of Interface
io.inverno.mod.http.server.ErrorExchange
-
Uses of ErrorExchange in io.inverno.mod.http.server
Classes in io.inverno.mod.http.server with type parameters of type ErrorExchangeModifier and TypeInterfaceDescriptioninterfaceErrorExchangeHandler<A extends Throwable,B extends ErrorExchange<A>>Exchange handler used to handle error server exchanges.Methods in io.inverno.mod.http.server that return ErrorExchangeModifier and TypeMethodDescriptiondefault <T extends Throwable>
ErrorExchange<T>Returns an error exchange consisting of the result of applying the given function to the error of the exchange.Methods in io.inverno.mod.http.server that return types with arguments of type ErrorExchangeMethod parameters in io.inverno.mod.http.server with type arguments of type ErrorExchangeModifier and TypeMethodDescriptionServer.Builder.setErrorHandler(ExchangeHandler<ErrorExchange<Throwable>> errorHandler)