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