接口的使用
cn.taketoday.http.codec.ClientCodecConfigurer
使用ClientCodecConfigurer的程序包
程序包
说明
Provides implementations of
Encoder
and Decoder for web use.Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer based on the converter
implementations from cn.taketoday.http.codec.json and co.Provides a reactive
WebClient
that builds on top of the
cn.taketoday.http.client.reactive reactive HTTP adapter layer.-
cn.taketoday.http.codec中ClientCodecConfigurer的使用
修饰符和类型方法说明ClientCodecConfigurer.clone()Create a copy of thisCodecConfigurer.static ClientCodecConfigurerClientCodecConfigurer.create()Static factory method for aClientCodecConfigurer. -
cn.taketoday.http.codec.support中ClientCodecConfigurer的使用
-
cn.taketoday.web.reactive.function.client中ClientCodecConfigurer的使用
修饰符和类型字段说明private final ClientCodecConfigurerDefaultExchangeStrategiesBuilder.codecConfigurerprivate final ClientCodecConfigurerDefaultExchangeStrategiesBuilder.DefaultExchangeStrategies.codecConfigurer修饰符和类型方法说明DefaultExchangeStrategiesBuilder.codecs(Consumer<ClientCodecConfigurer> consumer) DefaultWebClientBuilder.codecs(Consumer<ClientCodecConfigurer> configurer) ExchangeStrategies.Builder.codecs(Consumer<ClientCodecConfigurer> consumer) Customize the list of client-side HTTP message readers and writers.WebClient.Builder.codecs(Consumer<ClientCodecConfigurer> configurer)