| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method | Description |
|---|---|---|
AsyncAPIClientBuilder |
AsyncAPIClientBuilder.setBuildHosts(List<String> buildHosts) |
|
AsyncAPIClientBuilder |
AsyncAPIClientBuilder.setConnectTimeout(int connectTimeout) |
Set the connect timeout of the HTTP client
|
AsyncAPIClientBuilder |
AsyncAPIClientBuilder.setExtraHeader(String key,
String value) |
Set extra headers to the requests
|
AsyncAPIClientBuilder |
AsyncAPIClientBuilder.setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Set the Jackson ObjectMapper
|
AsyncAPIClientBuilder |
AsyncAPIClientBuilder.setQueryHosts(List<String> queryHosts) |
|
AsyncAPIClientBuilder |
AsyncAPIClientBuilder.setReadTimeout(int readTimeout) |
Set the read timeout of the HTTP client
|
AsyncAPIClientBuilder |
AsyncAPIClientBuilder.setUserAgent(String customAgent,
String customAgentVersion) |
Customize the user agent
|
Copyright © 2017. All rights reserved.