Uses of Interface
io.inverno.mod.http.server.ReactiveExchangeHandler
-
Uses of ReactiveExchangeHandler in io.inverno.mod.http.server
Subinterfaces of ReactiveExchangeHandler in io.inverno.mod.http.serverModifier and TypeInterfaceDescriptioninterfaceErrorExchangeHandler<A extends Throwable,B extends ErrorExchange<A>> Exchange handler used to handle error server exchanges.interfaceExchangeHandler<A extends ExchangeContext,B extends Exchange<A>> An exchange handler is used to handle server exchanges.interfaceRootExchangeHandler<A extends ExchangeContext,B extends Exchange<A>> A root exchange handler must be provided to the server to handle exchanges.Methods in io.inverno.mod.http.server that return ReactiveExchangeHandlerModifier and TypeMethodDescriptiondefault ReactiveExchangeHandler<A,B> ReactiveExchangeHandler.intercept(ExchangeInterceptor<A, B> interceptor) Returns a composed exchange handler that first applies the interceptor to transform the exchange and then invoke thedefer(io.inverno.mod.http.server.Exchange).