Interface SelectionKeyHandler

    • Field Detail

      • DEFAULT_SELECTION_KEY_HANDLER

        static final SelectionKeyHandler DEFAULT_SELECTION_KEY_HANDLER

        The default SelectionKeyHandler used by all created builder instances.

        The default may be changed by setting the system property org.glassfish.grizzly.DEFAULT_SELECTION_KEY_HANDLER with the fully qualified name of the class that implements the SelectionKeyHandler interface. Note that this class must be public and have a public no-arg constructor.