| 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 |
|---|---|
| DeflateStreamDecoderFactory |
A
StreamDecoderFactory which supports the 'deflate' encoding. |
| GzipStreamDecoderFactory |
A
StreamDecoderFactory which supports the 'gzip' encoding. |
| HttpDecodingClient |
A
DecoratingClient that requests and decodes HTTP encoding (e.g., gzip) that has been applied to the
content of an HttpResponse. |
Copyright © 2020 LeanCloud. All rights reserved.