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.InsecureRequestsModifier and TypeMethodDescriptionVertxHttpConfig.insecureRequests()If insecure (i.e. http rather than https) requests are allowed. -
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(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildConfig, io.quarkus.runtime.LaunchMode launchMode)