Uses of Enum
com.azure.core.http.HttpPipelinePosition
Packages that use HttpPipelinePosition
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of HttpPipelinePosition in com.azure.core.http
Subclasses with type arguments of type HttpPipelinePosition in com.azure.core.httpModifier and TypeClassDescriptionenumEnum representing the position in anHttpPipelineto place anHttpPipelinePolicy.Methods in com.azure.core.http that return HttpPipelinePositionModifier and TypeMethodDescriptionstatic HttpPipelinePositionReturns the enum constant of this type with the specified name.static HttpPipelinePosition[]HttpPipelinePosition.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpPipelinePosition in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return HttpPipelinePositionModifier and TypeMethodDescriptiondefault HttpPipelinePositionHttpPipelinePolicy.getPipelinePosition()Gets the position to place the policy.