| Interface | Description |
|---|---|
| StreamDecoder |
An interface for objects that apply HTTP content decoding to incoming
HttpData. |
| StreamDecoderFactory |
An interface that constructs a new
StreamDecoder for a given Content-Encoding header value. |
| Class | Description |
|---|---|
| DecodingClient |
A
DecoratingClient that requests and decodes HTTP encoding (e.g., gzip) that has been applied to the
content of an HttpResponse. |
| HttpDecodingClient | Deprecated
Use
DecodingClient. |
Copyright © 2020 LeanCloud. All rights reserved.