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 classExposes the configuration of aBootstrap.final classExposes the configuration of aServerBootstrapConfig.Methods in io.netty.bootstrap that return AbstractBootstrapConfigModifier and TypeMethodDescriptionabstract AbstractBootstrapConfig<B, C> AbstractBootstrap.config()Returns theAbstractBootstrapConfigobject that can be used to obtain the current config of the bootstrap.