Uses of Class
com.azure.core.util.HttpClientOptions
-
Packages that use HttpClientOptions Package Description com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.com.azure.core.util Package containing core utility classes. -
-
Uses of HttpClientOptions in com.azure.core.http
Methods in com.azure.core.http with parameters of type HttpClientOptions Modifier and Type Method Description static HttpClientHttpClient. createDefault(HttpClientOptions clientOptions)Creates a newHttpClientinstance.default HttpClientHttpClientProvider. createInstance(HttpClientOptions clientOptions)Creates a new instance of theHttpClientthat this HttpClientProvider is configured to create. -
Uses of HttpClientOptions in com.azure.core.util
Methods in com.azure.core.util that return HttpClientOptions Modifier and Type Method Description HttpClientOptionsHttpClientOptions. readTimeout(Duration readTimeout)Sets the read timeout duration used when reading the server response.HttpClientOptionsHttpClientOptions. responseTimeout(Duration responseTimeout)Sets the response timeout duration used when waiting for a server to reply.HttpClientOptionsHttpClientOptions. setApplicationId(String applicationId)HttpClientOptionsHttpClientOptions. setConfiguration(Configuration configuration)Sets the configuration store that theHttpClientwill use.HttpClientOptionsHttpClientOptions. setConnectionIdleTimeout(Duration connectionIdleTimeout)Sets the duration of time before an idle connection.HttpClientOptionsHttpClientOptions. setConnectTimeout(Duration connectTimeout)Sets the connection timeout for a request to be sent.HttpClientOptionsHttpClientOptions. setHeaders(Iterable<Header> headers)HttpClientOptionsHttpClientOptions. setMaximumConnectionPoolSize(Integer maximumConnectionPoolSize)Sets the maximum connection pool size used by the underlying HTTP client.HttpClientOptionsHttpClientOptions. setProxyOptions(ProxyOptions proxyOptions)Sets theproxy optionsthat theHttpClientwill use.HttpClientOptionsHttpClientOptions. setReadTimeout(Duration readTimeout)Sets the read timeout duration used when reading the server response.HttpClientOptionsHttpClientOptions. setResponseTimeout(Duration responseTimeout)Sets the response timeout duration used when waiting for a server to reply.HttpClientOptionsHttpClientOptions. setWriteTimeout(Duration writeTimeout)Sets the writing timeout for a request to be sent.
-