Interface ChannelConfigurator


public interface ChannelConfigurator
Configurator responsible for initial SelectableChannel configuration. Such a configurator(s) could be used by NIOTransport to customize configuration of newly created NIOConnections. Depending on NIOTransport nature, could be used both for client and server side connections.
Author:
Alexey Stashok