Bootstrap Factory
A bootstrap factory responsible for generating the Netty bootstrap
Functions
Link copied to clipboard
Creates a child loop group with a number of threads based on availableProcessors * 2, which is done at Netty level.
Link copied to clipboard
Creates a parent loop group with a single thread behind it, based on the best available event loop group.
Link copied to clipboard
Creates a server bootstrap using the parent and child event loop groups with a configuration that closely resembles the values found in the client.