Uses of Enum Class
com.avoka.component.http.HttpRequest.Method
Package
Description
Provides a Fluent HTTP client library using Apache HTTP Components.
-
Uses of HttpRequest.Method in com.avoka.component.http
Modifier and TypeMethodDescriptionstatic HttpRequest.Method
Returns the enum constant of this class with the specified name.static HttpRequest.Method[]
HttpRequest.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
HttpRequest
(HttpRequest.Method method, String uri) Create a HTTP request object with the given HTTP method and URL.