Package com.mastfrog.acteur.server
Interface ServerBootstrapConfigurer
public interface ServerBootstrapConfigurer
Bind this if you want to customize Netty's server bootstrap on server initialization
(used to install a logging channel factory for logging surprise channel closures and
similar).
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.bootstrap.ServerBootstrapconfigureServerBootstrap(io.netty.bootstrap.ServerBootstrap bootstrap, com.mastfrog.settings.Settings settings)
-
Method Details
-
configureServerBootstrap
io.netty.bootstrap.ServerBootstrap configureServerBootstrap(io.netty.bootstrap.ServerBootstrap bootstrap, com.mastfrog.settings.Settings settings)
-