Uses of Interface
com.azure.core.http.policy.RedirectStrategy
Packages that use RedirectStrategy
Package
Description
This package contains the 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 classTheDefaultRedirectStrategyclass is an implementation of theRedirectStrategyinterface.Constructors in com.azure.core.http.policy with parameters of type RedirectStrategyModifierConstructorDescriptionRedirectPolicy(RedirectStrategy redirectStrategy) CreatesRedirectPolicywith the providedredirectStrategyasRedirectStrategyto determine if this request should be redirected.