DecodingClient.@Deprecated public final class HttpDecodingClient extends DecodingClient
DecoratingClient that requests and decodes HTTP encoding (e.g., gzip) that has been applied to the
content of an HttpResponse.| Modifier and Type | Method and Description |
|---|---|
static Function<? super HttpClient,DecodingClient> |
newDecorator()
Deprecated.
|
static Function<? super HttpClient,DecodingClient> |
newDecorator(Iterable<? extends StreamDecoderFactory> decoderFactories)
Deprecated.
|
static Function<? super HttpClient,DecodingClient> |
newDecorator(StreamDecoderFactory... decoderFactories)
Deprecated.
|
executeas, delegate, toString@Deprecated public static Function<? super HttpClient,DecodingClient> newDecorator()
DecodingClient.newDecorator().DecodingClient decorator with the default encodings of 'gzip' and 'deflate'.@Deprecated public static Function<? super HttpClient,DecodingClient> newDecorator(StreamDecoderFactory... decoderFactories)
DecodingClient.newDecorator(StreamDecoderFactory...).DecodingClient decorator with the specified StreamDecoderFactorys.@Deprecated public static Function<? super HttpClient,DecodingClient> newDecorator(Iterable<? extends StreamDecoderFactory> decoderFactories)
DecodingClient.newDecorator(Iterable).DecodingClient decorator with the specified StreamDecoderFactorys.Copyright © 2020 LeanCloud. All rights reserved.