public final class ServerBootstrapConfig extends AbstractBootstrapConfig<ServerBootstrap,ServerChannel>
ServerBootstrapConfig
的配置。
bootstrap
Modifier and Type | Method and Description |
---|---|
java.util.Map<AttributeKey<?>,java.lang.Object> |
childAttrs()
返回将用于子频道的已配置属性的副本。
|
EventLoopGroup |
childGroup()
返回将用于子通道的配置 EventLoopGroup 或null 如果尚未配置)。
|
ChannelHandler |
childHandler()
如果尚未配置, 则返回配置的 ChannelHandler 用于子频道或null 。
|
java.util.Map<ChannelOption<?>,java.lang.Object> |
childOptions()
返回将用于子频道的已配置选项的副本。
|
java.lang.String |
toString() |
attrs, channelFactory, group, handler, localAddress, options
public EventLoopGroup childGroup()
EventLoopGroup
将用于为孩子通道或null
,如果不被被配置。
public ChannelHandler childHandler()
ChannelHandler
或null
。
public java.util.Map<ChannelOption<?>,java.lang.Object> childOptions()
public java.util.Map<AttributeKey<?>,java.lang.Object> childAttrs()
public java.lang.String toString()
Copyright © 2008–2018 The Netty Project. All rights reserved.