Uses of Class
io.netty.bootstrap.AbstractBootstrapConfig
-
Packages that use AbstractBootstrapConfig 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. -
-
Uses of AbstractBootstrapConfig in io.netty.bootstrap
Subclasses of AbstractBootstrapConfig in io.netty.bootstrap Modifier and Type Class Description classBootstrapConfigExposes the configuration of aBootstrap.classServerBootstrapConfigExposes the configuration of aServerBootstrapConfig.Methods in io.netty.bootstrap that return AbstractBootstrapConfig Modifier and Type Method Description abstract AbstractBootstrapConfig<B,C>AbstractBootstrap. config()Returns theAbstractBootstrapConfigobject that can be used to obtain the current config of the bootstrap.
-