public final class ServerBootstrapConfig extends AbstractBootstrapConfig<ServerBootstrap,ServerChannel>
ServerBootstrapConfig
.bootstrap
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<AttributeKey<?>,java.lang.Object> |
childAttrs()
Returns a copy of the configured attributes which will be used for the child channels.
|
EventLoopGroup |
childGroup()
Returns the configured
EventLoopGroup which will be used for the child channels or null
if non is configured yet. |
ChannelHandler |
childHandler()
Returns the configured
ChannelHandler be used for the child channels or null
if non is configured yet. |
java.util.Map<ChannelOption<?>,java.lang.Object> |
childOptions()
Returns a copy of the configured options which will be used for the child channels.
|
java.lang.String |
toString() |
attrs, channelFactory, group, handler, localAddress, options
public EventLoopGroup childGroup()
EventLoopGroup
which will be used for the child channels or null
if non is configured yet.public ChannelHandler childHandler()
ChannelHandler
be used for the child channels or null
if non is configured yet.public java.util.Map<ChannelOption<?>,java.lang.Object> childOptions()
public java.util.Map<AttributeKey<?>,java.lang.Object> childAttrs()
public java.lang.String toString()