| 软件包 | 描述 |
|---|---|
| org.apache.http.client.entity |
客户端特定的HTTP实体实现。
|
| org.apache.http.client.protocol |
客户端特定的HTTP协议处理程序。
|
| org.apache.http.impl.client |
默认HTTP客户端实现。
|
| Constructor and Description |
|---|
DecompressingEntity(HttpEntity wrapped, InputStreamFactory inputStreamFactory)
创建一个新的 DecompressingEntity 。
|
| Constructor and Description |
|---|
ResponseContentEncoding(Lookup<InputStreamFactory> decoderRegistry) |
ResponseContentEncoding(Lookup<InputStreamFactory> decoderRegistry, boolean ignoreUnknown) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.setContentDecoderRegistry(Map<String,InputStreamFactory> contentDecoderMap)
分配用于自动内容解压缩的 InputStreamFactory的映射。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.