Uses of Class
io.helidon.common.http.Http.Method
-
Packages that use Http.Method Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.webclient.metrics Client metrics service.io.helidon.webserver Reactive web server API. -
-
Uses of Http.Method in io.helidon.common.http
Methods in io.helidon.common.http that return Http.Method Modifier and Type Method Description static Http.MethodHttp.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static Http.Method[]Http.Method. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Http.Method in io.helidon.webclient.metrics
Methods in io.helidon.webclient.metrics with parameters of type Http.Method Modifier and Type Method Description WebClientMetric.BuilderWebClientMetric.Builder. methods(Http.Method... methods)Adds metric supported methods. -
Uses of Http.Method in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type Http.Method Modifier and Type Method Description RequestPredicateRequestPredicate. isOfMethod(Http.Method... methods)Accepts only requests with one of specified HTTP methods.
-