Uses of Enum
com.azure.core.http.HttpMethod
Packages that use HttpMethod
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
Package containing HttpPipelinePolicy interface and its implementations.
-
Uses of HttpMethod in com.azure.core.http
Methods in com.azure.core.http that return HttpMethodModifier and TypeMethodDescriptionHttpRequest.getHttpMethod()
Get the request method.static HttpMethod
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.core.http with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpRequest.setHttpMethod
(HttpMethod httpMethod) Set the request method.Constructors in com.azure.core.http with parameters of type HttpMethodModifierConstructorDescriptionHttpRequest
(HttpMethod httpMethod, String url) Create a new HttpRequest instance.HttpRequest
(HttpMethod httpMethod, URL url) Create a new HttpRequest instance.HttpRequest
(HttpMethod httpMethod, URL url, HttpHeaders headers) Create a new HttpRequest instance.HttpRequest
(HttpMethod httpMethod, URL url, HttpHeaders headers, BinaryData body) Create a new HttpRequest instance.HttpRequest
(HttpMethod httpMethod, URL url, HttpHeaders headers, Flux<ByteBuffer> body) Create a new HttpRequest instance. -
Uses of HttpMethod in com.azure.core.http.policy
Constructor parameters in com.azure.core.http.policy with type arguments of type HttpMethodModifierConstructorDescriptionDefaultRedirectStrategy
(int maxAttempts, String locationHeader, Set<HttpMethod> allowedMethods) Creates an instance ofDefaultRedirectStrategy
.