Uses of Class
io.netty.bootstrap.AbstractBootstrapConfig
Packages that use AbstractBootstrapConfig
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
-
Uses of AbstractBootstrapConfig in io.netty.bootstrap
Subclasses of AbstractBootstrapConfig in io.netty.bootstrapModifier and TypeClassDescriptionfinal class
Exposes the configuration of aBootstrap
.final class
Exposes the configuration of aServerBootstrapConfig
.Methods in io.netty.bootstrap that return AbstractBootstrapConfigModifier and TypeMethodDescriptionabstract AbstractBootstrapConfig
<B, C> AbstractBootstrap.config()
Returns theAbstractBootstrapConfig
object that can be used to obtain the current config of the bootstrap.