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.
This package provides HTTP abstractions for Azure SDK client libraries.
This package contains the 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 TypeClassDescriptionclassTheAddDatePolicyclass is an implementation of theHttpPipelinePolicyinterface.classThe pipeline policy that override or addHttpHeadersinHttpRequestby reading values fromContextwith key 'azure-http-headers-key'.classTheAddHeadersPolicyclass is an implementation of theHttpPipelinePolicyinterface.final classTheAzureKeyCredentialPolicyclass is an implementation of theKeyCredentialPolicyinterface.final classTheAzureSasCredentialPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheBearerTokenAuthenticationPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheCookiePolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheHostPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheHttpLoggingPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheHttpPipelineSyncPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheKeyCredentialPolicyclass is an implementation of theHttpPipelinePolicyinterface.classThePortPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheProtocolPolicyclass is an implementation of theHttpPipelinePolicyinterface.final classTheRedirectPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheRequestIdPolicyclass is an implementation of theHttpPipelinePolicyinterface.classTheRetryPolicyclass is an implementation of theHttpPipelinePolicyinterface.classDeprecated.classTheUserAgentPolicyclass is an implementation of theHttpPipelinePolicyinterface.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.