Uses of Class
com.azure.core.http.HttpPipelineBuilder
-
Packages that use HttpPipelineBuilder Package Description com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client. -
-
Uses of HttpPipelineBuilder in com.azure.core.http
Methods in com.azure.core.http that return HttpPipelineBuilder Modifier and Type Method Description HttpPipelineBuilderHttpPipelineBuilder. clientOptions(ClientOptions clientOptions)Sets the ClientOptions that will configure the pipeline.HttpPipelineBuilderHttpPipelineBuilder. httpClient(HttpClient httpClient)Sets the HttpClient that the pipeline will use to send requests.HttpPipelineBuilderHttpPipelineBuilder. policies(HttpPipelinePolicy... policies)Addspoliciesto the set of policies that the pipeline will use when sending requests.
-