| Package | Description |
|---|---|
| com.linecorp.armeria.client.encoding |
HTTP content decoding client.
|
| Class and Description |
|---|
| DecodingClient
A
DecoratingClient that requests and decodes HTTP encoding (e.g., gzip) that has been applied to the
content of an HttpResponse. |
| 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. |
Copyright © 2020 LeanCloud. All rights reserved.