Uses of Class
io.netty5.bootstrap.AbstractBootstrapConfig
-
Packages that use AbstractBootstrapConfig Package Description io.netty5.bootstrap 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.netty5.bootstrap
Subclasses of AbstractBootstrapConfig in io.netty5.bootstrap Modifier and Type Class Description class
BootstrapConfig
Exposes the configuration of aBootstrap
.class
ServerBootstrapConfig
Exposes the configuration of aServerBootstrapConfig
.Methods in io.netty5.bootstrap that return AbstractBootstrapConfig Modifier and Type Method Description abstract AbstractBootstrapConfig<B,C,F>
AbstractBootstrap. config()
Returns theAbstractBootstrapConfig
object that can be used to obtain the current config of the bootstrap.
-