createServerBootstrap

fun createServerBootstrap(parentGroup: EventLoopGroup, childGroup: EventLoopGroup): ServerBootstrap

Creates a server bootstrap using the parent and child event loop groups with a configuration that closely resembles the values found in the client.