public final class ServerBootstrapConfig extends AbstractBootstrapConfig<ServerBootstrap,ServerChannel>
ServerBootstrapConfig
.bootstrap
Modifier and Type | Method and Description |
---|---|
Map<AttributeKey<?>,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. |
Map<ChannelOption<?>,Object> |
childOptions()
Returns a copy of the configured options which will be used for the child channels.
|
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 Map<ChannelOption<?>,Object> childOptions()
public Map<AttributeKey<?>,Object> childAttrs()
public String toString()
toString
in class AbstractBootstrapConfig<ServerBootstrap,ServerChannel>
Copyright © 2008–2024 The Netty Project. All rights reserved.