Uses of Enum
com.azure.core.http.HttpMethod
Packages that use HttpMethod
Package
Description
Azure Core Credential library is designed to simplify the process of authenticating and authorizing access
to Azure services from Java applications.
This package provides HTTP abstractions for Azure SDK client libraries.
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of HttpMethod in com.azure.core.credential
Methods in com.azure.core.credential that return HttpMethodModifier and TypeMethodDescriptionProofOfPossessionOptions.getRequestMethod()Gets the request method.Methods in com.azure.core.credential with parameters of type HttpMethodModifier and TypeMethodDescriptionProofOfPossessionOptions.setRequestMethod(HttpMethod requestMethod) Sets the request method. -
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 HttpMethodReturns 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.