| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpPipelinePosition |
HttpPipelinePosition.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
default HttpPipelinePosition |
HttpPipelinePolicy.getPipelinePosition()
Gets the position to place the policy.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.