Uses of Interface
com.azure.core.http.HttpClient
Packages that use HttpClient
Package
Description
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries
in the Azure SDK for Java.
This package provides HTTP abstractions for Azure SDK client libraries.
-
Uses of HttpClient in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type HttpClientModifier and TypeMethodDescriptionHttpTrait.httpClient(HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service. -
Uses of HttpClient in com.azure.core.http
Methods in com.azure.core.http that return HttpClientModifier and TypeMethodDescriptionstatic HttpClientHttpClient.createDefault()Creates a newHttpClientinstance.static HttpClientHttpClient.createDefault(HttpClientOptions clientOptions) Creates a newHttpClientinstance.HttpClientProvider.createInstance()Creates a new instance of theHttpClientthat this HttpClientProvider is configured to create.default HttpClientHttpClientProvider.createInstance(HttpClientOptions clientOptions) Creates a new instance of theHttpClientthat this HttpClientProvider is configured to create.HttpPipeline.getHttpClient()Get theHttpClientassociated with the pipeline.Methods in com.azure.core.http with parameters of type HttpClientModifier and TypeMethodDescriptionHttpPipelineBuilder.httpClient(HttpClient httpClient) Sets the HttpClient that the pipeline will use to send requests.