Uses of Package
com.azure.core.http.policy
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 core utility classes.
Package containing utilities for client builders.
-
ClassDescriptionThe log configurations for HTTP messages.A policy within the
HttpPipeline
.The configuration for retries. -
-
ClassDescriptionThe 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.The configuration for a fixed-delay retry that has a fixed delay duration between each retry attempt.The level of detail to log on HTTP messages.The log configurations for HTTP messages.A policy within the
HttpPipeline
.Implementing classes automatically provide policies.Manages logging HTTP requests inHttpLoggingPolicy
.Options class containing information available during HTTP request logging.Manages logging HTTP responses inHttpLoggingPolicy
.Options class containing information available during HTTP response logging.The interface for determining theredirect strategy
used inRedirectPolicy
.The configuration for retries.The interface for determining the retry strategy used inRetryPolicy
. -
-