Uses of Enum Class
io.quarkus.vertx.http.runtime.VertxHttpConfig.InsecureRequests
Packages that use VertxHttpConfig.InsecureRequests
-
Uses of VertxHttpConfig.InsecureRequests in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return VertxHttpConfig.InsecureRequestsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VertxHttpConfig.InsecureRequests[]VertxHttpConfig.InsecureRequests.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.vertx.http.runtime that return types with arguments of type VertxHttpConfig.InsecureRequests -
Uses of VertxHttpConfig.InsecureRequests in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options that return VertxHttpConfig.InsecureRequestsModifier and TypeMethodDescriptionHttpServerOptionsUtils.getInsecureRequestStrategy(VertxHttpBuildTimeConfig httpBuildTimeConfig, Optional<VertxHttpConfig.InsecureRequests> requests) Method parameters in io.quarkus.vertx.http.runtime.options with type arguments of type VertxHttpConfig.InsecureRequestsModifier and TypeMethodDescriptionHttpServerOptionsUtils.getInsecureRequestStrategy(VertxHttpBuildTimeConfig httpBuildTimeConfig, Optional<VertxHttpConfig.InsecureRequests> requests)