| Package | Description |
|---|---|
| com.linecorp.armeria.client.encoding |
HTTP content decoding client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeflateStreamDecoderFactory
A
StreamDecoderFactory which supports the 'deflate' encoding. |
class |
GzipStreamDecoderFactory
A
StreamDecoderFactory which supports the 'gzip' encoding. |
| Modifier and Type | Method and Description |
|---|---|
static Function<? super HttpClient,HttpDecodingClient> |
HttpDecodingClient.newDecorator(StreamDecoderFactory... decoderFactories)
Creates a new
HttpDecodingClient decorator with the specified StreamDecoderFactorys. |
| Modifier and Type | Method and Description |
|---|---|
static Function<? super HttpClient,HttpDecodingClient> |
HttpDecodingClient.newDecorator(Iterable<? extends StreamDecoderFactory> decoderFactories)
Creates a new
HttpDecodingClient decorator with the specified StreamDecoderFactorys. |
Copyright © 2020 LeanCloud. All rights reserved.