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 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. -
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-backedHttpClientinstance on every call, using the configuration set in the builder at the time of the build method call.NettyAsyncHttpClientProvider.createInstance()NettyAsyncHttpClientProvider.createInstance(HttpClientOptions clientOptions)