Uses of Interface
com.azure.core.http.HttpClient
-
Packages that use HttpClient Package Description com.azure.core.client.traits This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries in the Azure SDK for Java.com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client. -
-
Uses of HttpClient in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type HttpClient Modifier and Type Method Description THttpTrait. 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 HttpClient Modifier and Type Method Description static HttpClientHttpClient. createDefault()Creates a newHttpClientinstance.static HttpClientHttpClient. createDefault(HttpClientOptions clientOptions)Creates a newHttpClientinstance.HttpClientHttpClientProvider. 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.HttpClientHttpPipeline. getHttpClient()Get theHttpClientassociated with the pipeline.Methods in com.azure.core.http with parameters of type HttpClient Modifier and Type Method Description HttpPipelineBuilderHttpPipelineBuilder. httpClient(HttpClient httpClient)Sets the HttpClient that the pipeline will use to send requests.
-