| Package | Description | 
|---|---|
| io.druid.java.util.http.client | 
| Modifier and Type | Field and Description | 
|---|---|
static HttpClientConfig.CompressionCodec | 
HttpClientConfig.DEFAULT_COMPRESSION_CODEC  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpClientConfig.CompressionCodec | 
HttpClientConfig.getCompressionCodec()  | 
static HttpClientConfig.CompressionCodec | 
HttpClientConfig.CompressionCodec.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HttpClientConfig.CompressionCodec[] | 
HttpClientConfig.CompressionCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpClientConfig.Builder | 
HttpClientConfig.Builder.withCompressionCodec(HttpClientConfig.CompressionCodec compressionCodec)  | 
Copyright © 2011–2018. All rights reserved.