Uses of Interface
com.azure.core.http.policy.RedirectStrategy
Packages that use RedirectStrategy
Package
Description
Package containing HttpPipelinePolicy interface and its implementations.
-
Uses of RedirectStrategy in com.azure.core.http.policy
Classes in com.azure.core.http.policy that implement RedirectStrategyModifier and TypeClassDescriptionfinal classA default implementation ofRedirectStrategythat uses the provided maximum retry attempts, header name to look up redirect url value for, http methods and a known set of redirect status response codes (301, 302, 307, 308) to determine if request should be redirected.Constructors in com.azure.core.http.policy with parameters of type RedirectStrategyModifierConstructorDescriptionRedirectPolicy(RedirectStrategy redirectStrategy) CreatesRedirectPolicywith the providedredirectStrategyasRedirectStrategyto determine if this request should be redirected.