接口的使用
cn.taketoday.http.codec.ClientCodecConfigurer.ClientDefaultCodecs
程序包
说明
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.-
cn.taketoday.http.codec中ClientCodecConfigurer.ClientDefaultCodecs的使用
修饰符和类型方法说明ClientCodecConfigurer.defaultCodecs()Provides a way to customize or replace HTTP message readers and writers registered by default. -
cn.taketoday.http.codec.support中ClientCodecConfigurer.ClientDefaultCodecs的使用