类 DefaultServerCodecConfigurer
java.lang.Object
cn.taketoday.http.codec.support.BaseCodecConfigurer
cn.taketoday.http.codec.support.DefaultServerCodecConfigurer
- 所有已实现的接口:
CodecConfigurer,ServerCodecConfigurer
public class DefaultServerCodecConfigurer
extends BaseCodecConfigurer
implements ServerCodecConfigurer
Default implementation of
ServerCodecConfigurer.- 从以下版本开始:
- 4.0
- 作者:
- Rossen Stoyanchev
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.http.codec.support.BaseCodecConfigurer
BaseCodecConfigurer.DefaultCustomCodecs从接口继承的嵌套类/接口 cn.taketoday.http.codec.CodecConfigurer
CodecConfigurer.CustomCodecs, CodecConfigurer.DefaultCodecConfig, CodecConfigurer.DefaultCodecs, CodecConfigurer.MultipartCodecs从接口继承的嵌套类/接口 cn.taketoday.http.codec.ServerCodecConfigurer
ServerCodecConfigurer.ServerDefaultCodecs -
字段概要
从类继承的字段 cn.taketoday.http.codec.support.BaseCodecConfigurer
customCodecs, defaultCodecs -
构造器概要
构造器限定符构造器说明private -
方法概要
修饰符和类型方法说明clone()Create a copy of thisCodecConfigurer.protected BaseDefaultCodecsSub-classes should override this to create a deep copy ofBaseDefaultCodecswhich can be client or server specific.Provides a way to customize or replace HTTP message readers and writers registered by default.从类继承的方法 cn.taketoday.http.codec.support.BaseCodecConfigurer
customCodecs, getReaders, getWriters, registerDefaults从类继承的方法 java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.http.codec.CodecConfigurer
customCodecs, getReaders, getWriters, registerDefaults
-
构造器详细资料
-
DefaultServerCodecConfigurer
public DefaultServerCodecConfigurer() -
DefaultServerCodecConfigurer
-
-
方法详细资料
-
defaultCodecs
从接口复制的说明:CodecConfigurerProvides a way to customize or replace HTTP message readers and writers registered by default.- 指定者:
defaultCodecs在接口中CodecConfigurer- 指定者:
defaultCodecs在接口中ServerCodecConfigurer- 覆盖:
defaultCodecs在类中BaseCodecConfigurer- 另请参阅:
-
clone
从接口复制的说明:CodecConfigurerCreate a copy of thisCodecConfigurer. The returned clone has its own lists of default and custom codecs and generally can be configured independently. Keep in mind however that codec instances (if any are configured) are themselves not cloned.- 指定者:
clone在接口中CodecConfigurer- 指定者:
clone在接口中ServerCodecConfigurer- 指定者:
clone在类中BaseCodecConfigurer
-
cloneDefaultCodecs
从类复制的说明:BaseCodecConfigurerSub-classes should override this to create a deep copy ofBaseDefaultCodecswhich can be client or server specific.- 指定者:
cloneDefaultCodecs在类中BaseCodecConfigurer
-