Motivation: We not warned about not-supported ChannelOptions when set the options for the ServerChannel. Modifications: - Share code for setting ChannelOptions during bootstrap Result: Warning is logged when a ChannelOption is used that is not supported during bootstrap a Channel. See also [#6192]