| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models | |
| com.algolia.search.models.common |
| Modifier and Type | Field and Description |
|---|---|
protected CompressionType |
ConfigBase.Builder.compressionType |
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
ConfigBase.getCompressionType() |
| Modifier and Type | Method and Description |
|---|---|
SearchConfig.Builder |
SearchConfig.Builder.setCompressionType(CompressionType compressionType)
Enables compression for the SearchClient.
|
| Constructor and Description |
|---|
Builder(String applicationID,
String apiKey,
List<StatefulHost> defaultHosts,
CompressionType compressionType)
Builds a base configuration
|
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
HttpRequest.getCompressionType() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.setCompressionType(CompressionType compressionType) |
| Constructor and Description |
|---|
HttpRequest(HttpMethod method,
String methodPath,
Map<String,String> headers,
int timeout,
CompressionType compressionType) |
| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.