接口的使用
cn.taketoday.http.codec.CodecConfigurer.DefaultCodecs
程序包
说明
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.DefaultCodecs的使用
修饰符和类型接口说明static interfaceCodecConfigurer.DefaultCodecsextension with extra client-side options.static interfaceCodecConfigurer.DefaultCodecsextension with extra server-side options.修饰符和类型方法说明CodecConfigurer.defaultCodecs()Provides a way to customize or replace HTTP message readers and writers registered by default. -
cn.taketoday.http.codec.support中CodecConfigurer.DefaultCodecs的使用
修饰符和类型类说明(专用程序包) classDefault implementation ofCodecConfigurer.DefaultCodecsthat serves as a base for client and server specific variants.(专用程序包) classDefault implementation ofClientCodecConfigurer.ClientDefaultCodecs.(专用程序包) classDefault implementation ofServerCodecConfigurer.ServerDefaultCodecs.