Uses of Interface
io.inverno.mod.http.server.ExchangeInterceptor
Packages that use ExchangeInterceptor
-
Uses of ExchangeInterceptor in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return ExchangeInterceptorModifier and TypeMethodDescriptiondefault ExchangeInterceptor<A, B> ExchangeInterceptor.andThen(ExchangeInterceptor<? super A, B> after) Returns a composed interceptor that invokes this interceptor first and then invokes the specified interceptor.default ExchangeInterceptor<A, B> ExchangeInterceptor.compose(ExchangeInterceptor<? super A, B> before) Returns a composed interceptor that invokes the specified interceptor first and then invokes this interceptor.static <A extends ExchangeContext,B extends Exchange<A>>
ExchangeInterceptor<A, B> ExchangeInterceptor.of(ExchangeInterceptor<? super A, B>... interceptors) Returns an interceptor resulting from chaining the specified interceptors in sequence.Methods in io.inverno.mod.http.server with parameters of type ExchangeInterceptorModifier and TypeMethodDescriptiondefault ExchangeInterceptor<A, B> ExchangeInterceptor.andThen(ExchangeInterceptor<? super A, B> after) Returns a composed interceptor that invokes this interceptor first and then invokes the specified interceptor.default ExchangeInterceptor<A, B> ExchangeInterceptor.compose(ExchangeInterceptor<? super A, B> before) Returns a composed interceptor that invokes the specified interceptor first and then invokes this interceptor.default 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 theReactiveExchangeHandler.defer(io.inverno.mod.http.server.Exchange).static <A extends ExchangeContext,B extends Exchange<A>>
ExchangeInterceptor<A, B> ExchangeInterceptor.of(ExchangeInterceptor<? super A, B>... interceptors) Returns an interceptor resulting from chaining the specified interceptors in sequence.