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.
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
Package containing the types for instantiating and using the Netty HTTP client.
-
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 theHttpClient
to 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 HttpClient
HttpClient.createDefault()
Creates a newHttpClient
instance.static HttpClient
HttpClient.createDefault
(HttpClientOptions clientOptions) Creates a newHttpClient
instance.HttpClientProvider.createInstance()
Creates a new instance of theHttpClient
that this HttpClientProvider is configured to create.default HttpClient
HttpClientProvider.createInstance
(HttpClientOptions clientOptions) Creates a new instance of theHttpClient
that this HttpClientProvider is configured to create.HttpPipeline.getHttpClient()
Get theHttpClient
associated 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. -
Uses of HttpClient in com.azure.core.http.netty
Methods in com.azure.core.http.netty that return HttpClientModifier and TypeMethodDescriptionNettyAsyncHttpClientBuilder.build()
Creates a new Netty-backedHttpClient
instance on every call, using the configuration set in the builder at the time of the build method call.NettyAsyncHttpClientProvider.createInstance()
NettyAsyncHttpClientProvider.createInstance
(HttpClientOptions clientOptions)