Uses of Interface
org.glassfish.grizzly.nio.SelectionKeyHandler
-
Packages that use SelectionKeyHandler Package Description org.glassfish.grizzly org.glassfish.grizzly.nio -
-
Uses of SelectionKeyHandler in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as SelectionKeyHandler Modifier and Type Field Description protected SelectionKeyHandlerNIOTransportBuilder. selectionKeyHandlerMethods in org.glassfish.grizzly that return SelectionKeyHandler Modifier and Type Method Description SelectionKeyHandlerNIOTransportBuilder. getSelectionKeyHandler()Methods in org.glassfish.grizzly with parameters of type SelectionKeyHandler Modifier and Type Method Description TNIOTransportBuilder. setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)Set theSelectionKeyHandlerto be used by the createdNIOTransport. -
Uses of SelectionKeyHandler in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement SelectionKeyHandler Modifier and Type Class Description classDefaultSelectionKeyHandlerFields in org.glassfish.grizzly.nio declared as SelectionKeyHandler Modifier and Type Field Description static SelectionKeyHandlerSelectionKeyHandler. DEFAULT_SELECTION_KEY_HANDLERThe defaultSelectionKeyHandlerused by all created builder instances.protected SelectionKeyHandlerNIOTransport. selectionKeyHandlerMethods in org.glassfish.grizzly.nio that return SelectionKeyHandler Modifier and Type Method Description SelectionKeyHandlerNIOTransport. getSelectionKeyHandler()Methods in org.glassfish.grizzly.nio with parameters of type SelectionKeyHandler Modifier and Type Method Description voidNIOTransport. setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
-