| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method and Description |
|---|---|
APIClientBuilder |
APIClientBuilder.setBuildHosts(List<String> buildHosts) |
APIClientBuilder |
APIClientBuilder.setConnectTimeout(int connectTimeout)
Set the connect timeout of the HTTP client
|
APIClientBuilder |
APIClientBuilder.setExtraHeader(String key,
String value) |
APIClientBuilder |
APIClientBuilder.setHostDownTimeout(int hostDownTimeout)
Set the retry timeout to detect if a host is down
|
APIClientBuilder |
APIClientBuilder.setMaxConnTotal(int maxConnTotal) |
APIClientBuilder |
APIClientBuilder.setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Set the Jackson ObjectMapper
|
APIClientBuilder |
APIClientBuilder.setQueryHosts(List<String> queryHosts) |
APIClientBuilder |
APIClientBuilder.setReadTimeout(int readTimeout)
Set the read timeout of the HTTP client
|
APIClientBuilder |
APIClientBuilder.setUserAgent(String customAgent,
String customAgentVersion)
Customize the user agent
|
Copyright © 2018. All rights reserved.