Uses of Interface
io.inverno.mod.http.server.Exchange
-
Uses of Exchange in io.inverno.mod.http.server
Classes in io.inverno.mod.http.server with type parameters of type ExchangeModifier and TypeInterfaceDescriptioninterfaceExchangeHandler<A extends ExchangeContext,B extends Exchange<A>> An exchange handler is used to handle server exchanges.interfaceExchangeInterceptor<A extends ExchangeContext,B extends Exchange<A>> An exchange interceptor is used to intercept a server exchange before it is handled by aExchangeHandler.interfaceReactiveExchangeHandler<A extends ExchangeContext,B extends Exchange<A>> A reactive 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.Subinterfaces of Exchange in io.inverno.mod.http.serverModifier and TypeInterfaceDescriptioninterfaceErrorExchange<A extends Throwable>Represents a failing server exchange.Methods in io.inverno.mod.http.server that return ExchangeModifier and TypeMethodDescriptionAdds a finalizer to the exchange which completes once the exchange is fully processed.Methods in io.inverno.mod.http.server that return types with arguments of type ExchangeModifier and TypeMethodDescriptionRootExchangeHandler<? extends ExchangeContext,? extends Exchange<? extends ExchangeContext>> Server.rootHandler()Method parameters in io.inverno.mod.http.server with type arguments of type ExchangeModifier and TypeMethodDescriptionServer.Builder.setRootHandler(RootExchangeHandler<? extends ExchangeContext, ? extends Exchange<? extends ExchangeContext>> rootHandler)