Uses of Interface
org.glassfish.grizzly.nio.SelectorHandler
-
Packages that use SelectorHandler Package Description org.glassfish.grizzly org.glassfish.grizzly.nio -
-
Uses of SelectorHandler in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as SelectorHandler Modifier and Type Field Description protected SelectorHandlerNIOTransportBuilder. selectorHandlerMethods in org.glassfish.grizzly that return SelectorHandler Modifier and Type Method Description SelectorHandlerNIOTransportBuilder. getSelectorHandler()Methods in org.glassfish.grizzly with parameters of type SelectorHandler Modifier and Type Method Description TNIOTransportBuilder. setSelectorHandler(SelectorHandler selectorHandler)Set theSelectorHandlerto be used by the createdNIOTransport. -
Uses of SelectorHandler in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement SelectorHandler Modifier and Type Class Description classDefaultSelectorHandlerDefault implementation of NIOSelectorHandlerFields in org.glassfish.grizzly.nio declared as SelectorHandler Modifier and Type Field Description static SelectorHandlerSelectorHandler. DEFAULT_SELECTOR_HANDLERThe defaultSelectorHandlerused by all created builder instances.protected SelectorHandlerNIOTransport. selectorHandlerMethods in org.glassfish.grizzly.nio that return SelectorHandler Modifier and Type Method Description SelectorHandlerNIOTransport. getSelectorHandler()Methods in org.glassfish.grizzly.nio with parameters of type SelectorHandler Modifier and Type Method Description voidNIOTransport. setSelectorHandler(SelectorHandler selectorHandler)
-