Package org.jgrapes.io.events
Class NioRegistration.Registration
java.lang.Object
org.jgrapes.io.events.NioRegistration.Registration
- Direct Known Subclasses:
NioDispatcher.Registration
- Enclosing class:
NioRegistration
Passed during registration.
allows the requester to update the mask operations that it is interested in.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
updateInterested
(int ops) Update the mask for interesting operations.
-
Constructor Details
-
Registration
public Registration()
-
-
Method Details
-
updateInterested
Update the mask for interesting operations.- Parameters:
ops
- the operations.
-