接口的使用
cn.taketoday.http.codec.CodecConfigurer
使用CodecConfigurer的程序包
程序包
说明
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中CodecConfigurer的使用
修饰符和类型接口说明interfaceExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.interfaceExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.类型参数类型为CodecConfigurer的cn.taketoday.http.codec中的方法参数类型为CodecConfigurer的cn.taketoday.http.codec中的方法修饰符和类型方法说明voidCodecCustomizer.customize(CodecConfigurer configurer) Callback to customize aCodecConfigurerinstance. -
cn.taketoday.http.codec.support中CodecConfigurer的使用
修饰符和类型类说明(专用程序包) classDefault implementation ofCodecConfigurerthat serves as a base for client and server specific variants.classDefault implementation ofClientCodecConfigurer.classDefault implementation ofServerCodecConfigurer.