Uses of Interface
com.azure.core.http.HttpClientProvider
Packages that use HttpClientProvider
Package
Description
Package containing the types for instantiating and using the Netty HTTP client.
Package containing core utility classes.
-
Uses of HttpClientProvider in com.azure.core.http.netty
Classes in com.azure.core.http.netty that implement HttpClientProviderModifier and TypeClassDescriptionfinal class
AnHttpClientProvider
that provides an implementation of HttpClient based on Netty. -
Uses of HttpClientProvider in com.azure.core.util
Methods in com.azure.core.util that return types with arguments of type HttpClientProviderModifier and TypeMethodDescriptionClass<? extends HttpClientProvider>
HttpClientOptions.getHttpClientProvider()
Sets name of theHttpClientProvider
implementation that should be used to construct an instance ofHttpClient
.Method parameters in com.azure.core.util with type arguments of type HttpClientProviderModifier and TypeMethodDescriptionHttpClientOptions.setHttpClientProvider
(Class<? extends HttpClientProvider> httpClientProvider) Sets the name of theHttpClientProvider
implementation that should be used to construct an instance ofHttpClient
.