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 Exchange>An exchange handler is used to handle server 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 ExchangeMethod parameters in io.inverno.mod.http.server with type arguments of type ExchangeModifier and TypeMethodDescriptionServer.Builder.setRootHandler(ExchangeHandler<Exchange> rootHandler)