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.executingThis is used to determine the operations that need cancelling.ActionDistributor.selectingThis 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 voidThis method is used to expire registered operations that remain idle within the selector.private voidThis method is used to expire registered operations that remain idle within the selector.private voidThis will use the specified action set to acquire the channel andOperationassociated with it to hand to the executor to perform the channel operation.private voidThis method ensures that references to the actions and channel are cleared from this instance.private voidHere the specifiedOperationobject is registered with the selector.private voidThis is used to update the interested operations of a set of actions.