Uses of Interface
org.dellroad.stuff.net.SelectorSupport.IOHandler
Packages that use SelectorSupport.IOHandler
-
Uses of SelectorSupport.IOHandler in org.dellroad.stuff.net
Classes in org.dellroad.stuff.net that implement SelectorSupport.IOHandlerModifier and TypeClassDescriptionclassSupport superclass forChannelNetworkconnections.classA TCP connection to be used with aChannelNetwork.Methods in org.dellroad.stuff.net with parameters of type SelectorSupport.IOHandlerModifier and TypeMethodDescriptionSelectorSupport.createSelectionKey(SelectableChannel channel, SelectorSupport.IOHandler handler) Create a newSelectionKeyby registering the given channel on this instance'sSelectorand associating the specifiedSelectorSupport.IOHandlerto handle I/O ready conditions.SelectorSupport.createSelectionKey(SelectableChannel channel, SelectorSupport.IOHandler handler, boolean notifyOnClose) Create a newSelectionKeyby registering the given channel on this instance'sSelectorand associating the specifiedSelectorSupport.IOHandlerto handle I/O ready conditions and/or channel closure.