Package | Description |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
Modifier and Type | Class and Description |
---|---|
class |
BootstrapConfig
Exposes the configuration of a
Bootstrap . |
class |
ServerBootstrapConfig
Exposes the configuration of a
ServerBootstrapConfig . |
Modifier and Type | Method and Description |
---|---|
abstract AbstractBootstrapConfig<B,C> |
AbstractBootstrap.config()
Returns the
AbstractBootstrapConfig object that can be used to obtain the current config
of the bootstrap. |
Copyright © 2008–2024 The Netty Project. All rights reserved.