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 Type
    Method
    Description
    io.netty.bootstrap.ServerBootstrap
    configureServerBootstrap(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)