public final class ServerBootstrapConfig extends AbstractBootstrapConfig<ServerBootstrap,ServerChannel>
ServerBootstrapConfig
.bootstrap
Constructor and Description |
---|
ServerBootstrapConfig(ServerBootstrap bootstrap) |
Modifier and Type | Method and Description |
---|---|
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
ServerBootstrapConfig(ServerBootstrap bootstrap)
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()
toString
in class AbstractBootstrapConfig<ServerBootstrap,ServerChannel>