Uses of Class
org.simpleframework.transport.reactor.ActionSet
Packages that use ActionSet
-
Uses of ActionSet in org.simpleframework.transport.reactor
Fields in org.simpleframework.transport.reactor with type parameters of type ActionSetModifier and TypeFieldDescriptionActionDistributor.executing
This is used to determine the operations that need cancelling.ActionDistributor.selecting
This is used to keep track of actions currently in selection.Methods in org.simpleframework.transport.reactor that return ActionSetModifier and TypeMethodDescriptionActionSelector.register
(SelectableChannel channel, int interest) This performs the actual registration of the channel for selection based on the provided interest bitmask.Methods in org.simpleframework.transport.reactor that return types with arguments of type ActionSetModifier and TypeMethodDescriptionActionSelector.registeredSets()
This is used to acquire all the action sets that are associated with this selector.ActionSelector.registeredSets
(Iterator<SelectionKey> keys) This is used to acquire all the action sets that are associated with this selector.ActionSelector.selectedSets()
This is used to acquire all the action sets that are selected by this selector.ActionSelector.selectedSets
(Iterator<SelectionKey> keys) This is used to acquire all the action sets that are selected by this selector.Methods in org.simpleframework.transport.reactor with parameters of type ActionSetModifier and TypeMethodDescriptionprivate void
This method is used to expire registered operations that remain idle within the selector.private void
This method is used to expire registered operations that remain idle within the selector.private void
This will use the specified action set to acquire the channel andOperation
associated with it to hand to the executor to perform the channel operation.private void
This method ensures that references to the actions and channel are cleared from this instance.private void
Here the specifiedOperation
object is registered with the selector.private void
This is used to update the interested operations of a set of actions.