public final class BootstrapConfig extends AbstractBootstrapConfig<Bootstrap,Channel>
Bootstrap.bootstrap| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
remoteAddress()
Returns the configured remote address or
null if non is configured yet. |
AddressResolverGroup<?> |
resolver()
Returns the configured
AddressResolverGroup, null if resolver was disabled
with Bootstrap.disableResolver(), or the default if not configured yet. |
String |
toString() |
attrs, channelFactory, group, handler, localAddress, optionspublic SocketAddress remoteAddress()
null if non is configured yet.public AddressResolverGroup<?> resolver()
AddressResolverGroup, null if resolver was disabled
with Bootstrap.disableResolver(), or the default if not configured yet.public String toString()
toString in class AbstractBootstrapConfig<Bootstrap,Channel>Copyright © 2008–2025 The Netty Project. All rights reserved.