Uses of Class
com.azure.core.http.HttpPipelineBuilder
Packages that use HttpPipelineBuilder
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
-
Uses of HttpPipelineBuilder in com.azure.core.http
Methods in com.azure.core.http that return HttpPipelineBuilderModifier and TypeMethodDescriptionHttpPipelineBuilder.clientOptions(ClientOptions clientOptions) Sets the ClientOptions that will configure the pipeline.HttpPipelineBuilder.httpClient(HttpClient httpClient) Sets the HttpClient that the pipeline will use to send requests.HttpPipelineBuilder.policies(HttpPipelinePolicy... policies) Addspoliciesto the set of policies that the pipeline will use when sending requests.Sets the Tracer to trace logical and HTTP calls.