Uses of Class
io.quarkus.vertx.http.runtime.HttpConfiguration.InsecureRequests
-
Packages that use HttpConfiguration.InsecureRequests Package Description io.quarkus.vertx.http.runtime -
-
Uses of HttpConfiguration.InsecureRequests in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime declared as HttpConfiguration.InsecureRequests Modifier and Type Field Description HttpConfiguration.InsecureRequests
HttpConfiguration. insecureRequests
If insecure (i.e.Methods in io.quarkus.vertx.http.runtime that return HttpConfiguration.InsecureRequests Modifier and Type Method Description static HttpConfiguration.InsecureRequests
HttpConfiguration.InsecureRequests. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpConfiguration.InsecureRequests[]
HttpConfiguration.InsecureRequests. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-