Uses of Package
com.azure.core.http.policy
-
Packages that use com.azure.core.http.policy Package Description com.azure.core.client.traits This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries in the Azure SDK for Java.com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations.com.azure.core.util Package containing core utility classes.com.azure.core.util.builder Package containing utilities for client builders. -
Classes in com.azure.core.http.policy used by com.azure.core.client.traits Class Description HttpLogOptions The log configurations for HTTP messages.HttpPipelinePolicy A policy within theHttpPipeline.RetryOptions The configuration for retries. -
Classes in com.azure.core.http.policy used by com.azure.core.http Class Description HttpPipelinePolicy A policy within theHttpPipeline. -
Classes in com.azure.core.http.policy used by com.azure.core.http.policy Class Description ExponentialBackoffOptions The configuration for exponential backoff that has a delay duration that exponentially increases with each retry attempt until an upper bound is reached after which every retry attempt is delayed by the provided max delay duration.FixedDelayOptions The configuration for a fixed-delay retry that has a fixed delay duration between each retry attempt.HttpLogDetailLevel The level of detail to log on HTTP messages.HttpLogOptions The log configurations for HTTP messages.HttpPipelinePolicy A policy within theHttpPipeline.HttpPolicyProvider Implementing classes automatically provide policies.HttpRequestLogger Manages logging HTTP requests inHttpLoggingPolicy.HttpRequestLoggingContext Options class containing information available during HTTP request logging.HttpResponseLogger Manages logging HTTP responses inHttpLoggingPolicy.HttpResponseLoggingContext Options class containing information available during HTTP response logging.RedirectStrategy The interface for determining theredirect strategyused inRedirectPolicy.RetryOptions The configuration for retries.RetryStrategy The interface for determining the retry strategy used inRetryPolicy. -
Classes in com.azure.core.http.policy used by com.azure.core.util Class Description HttpLogOptions The log configurations for HTTP messages. -
Classes in com.azure.core.http.policy used by com.azure.core.util.builder Class Description HttpPipelinePolicy A policy within theHttpPipeline.RetryOptions The configuration for retries.