Uses of Enum Class
io.quarkus.vertx.http.runtime.HttpConfiguration.InsecureRequests
Packages that use HttpConfiguration.InsecureRequests
-
Uses of HttpConfiguration.InsecureRequests in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type HttpConfiguration.InsecureRequestsModifier and TypeFieldDescriptionHttpConfiguration.insecureRequestsIf insecure (i.e. http rather than https) requests are allowed.Methods in io.quarkus.vertx.http.runtime that return HttpConfiguration.InsecureRequestsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpConfiguration.InsecureRequests[]HttpConfiguration.InsecureRequests.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpConfiguration.InsecureRequests in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options that return HttpConfiguration.InsecureRequestsModifier and TypeMethodDescriptionHttpServerOptionsUtils.getInsecureRequestStrategy(HttpBuildTimeConfig buildTimeConfig, Optional<HttpConfiguration.InsecureRequests> requests) Method parameters in io.quarkus.vertx.http.runtime.options with type arguments of type HttpConfiguration.InsecureRequestsModifier and TypeMethodDescriptionHttpServerOptionsUtils.getInsecureRequestStrategy(HttpBuildTimeConfig buildTimeConfig, Optional<HttpConfiguration.InsecureRequests> requests)