Uses of Interface
com.azure.core.http.policy.HttpPipelinePolicy
Packages that use HttpPipelinePolicy
Package
Description
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries
in the Azure SDK for Java.
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
Package containing HttpPipelinePolicy interface and its implementations.
Package containing utilities for client builders.
-
Uses of HttpPipelinePolicy in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type HttpPipelinePolicyModifier and TypeMethodDescriptionHttpTrait.addPolicy(HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent. -
Uses of HttpPipelinePolicy in com.azure.core.http
Methods in com.azure.core.http that return HttpPipelinePolicyModifier and TypeMethodDescriptionHttpPipeline.getPolicy(int index) Get the policy at the passed index in the pipeline.Methods in com.azure.core.http with parameters of type HttpPipelinePolicyModifier and TypeMethodDescriptionHttpPipelineBuilder.policies(HttpPipelinePolicy... policies) Addspoliciesto the set of policies that the pipeline will use when sending requests. -
Uses of HttpPipelinePolicy in com.azure.core.http.policy
Classes in com.azure.core.http.policy that implement HttpPipelinePolicyModifier and TypeClassDescriptionclassThe pipeline policy that adds a "Date" header in RFC 1123 format when sending an HTTP request.classThe pipeline policy that override or addHttpHeadersinHttpRequestby reading values fromContextwith key 'azure-http-headers-key'.classThe pipeline policy that adds a particular set of headers to HTTP requests.final classPipeline policy that uses anAzureKeyCredentialto set the authorization key for a request.final classPipeline policy that uses anAzureSasCredentialto set the shared access signature for a request.classThe pipeline policy that applies a token credential to an HTTP request with "Bearer" scheme.classThe pipeline policy that which stores cookies based on the response "Set-Cookie" header and adds cookies to requests.classThe pipeline policy that adds the given host to each HttpRequest.classThe pipeline policy that handles logging of HTTP requests and responses.classRepresents aHttpPipelinePolicythat doesn't do any asynchronous or synchronously blocking operations.classThe pipeline policy that adds a given port to eachHttpRequest.classThe pipeline policy that adds a given protocol to each HttpRequest.final classclassThe pipeline policy that puts a UUID in the request header.classA pipeline policy that retries when a recoverable HTTP error or exception occurs.classDeprecated.classPipeline policy that adds "User-Agent" header to a request.Methods in com.azure.core.http.policy that return HttpPipelinePolicyMethod parameters in com.azure.core.http.policy with type arguments of type HttpPipelinePolicyModifier and TypeMethodDescriptionstatic voidHttpPolicyProviders.addAfterRetryPolicies(List<HttpPipelinePolicy> policies) Adds SPI policies that implementAfterRetryPolicyProvider.static voidHttpPolicyProviders.addBeforeRetryPolicies(List<HttpPipelinePolicy> policies) Adds SPI policies that implementBeforeRetryPolicyProvider. -
Uses of HttpPipelinePolicy in com.azure.core.util.builder
Methods in com.azure.core.util.builder that return HttpPipelinePolicyModifier and TypeMethodDescriptionstatic HttpPipelinePolicyClientBuilderUtil.validateAndGetRetryPolicy(HttpPipelinePolicy retryPolicy, RetryOptions retryOptions) This method validates that customizedretry policyand customizedRetryOptionsare mutually exclusive.static HttpPipelinePolicyClientBuilderUtil.validateAndGetRetryPolicy(HttpPipelinePolicy retryPolicy, RetryOptions retryOptions, HttpPipelinePolicy defaultPolicy) This method validates that customizedretry policyand customizedRetryOptionsare mutually exclusive.Methods in com.azure.core.util.builder with parameters of type HttpPipelinePolicyModifier and TypeMethodDescriptionstatic HttpPipelinePolicyClientBuilderUtil.validateAndGetRetryPolicy(HttpPipelinePolicy retryPolicy, RetryOptions retryOptions) This method validates that customizedretry policyand customizedRetryOptionsare mutually exclusive.static HttpPipelinePolicyClientBuilderUtil.validateAndGetRetryPolicy(HttpPipelinePolicy retryPolicy, RetryOptions retryOptions, HttpPipelinePolicy defaultPolicy) This method validates that customizedretry policyand customizedRetryOptionsare mutually exclusive.
HttpClientOptions.