Package org.jgrapes.io
Class NioDispatcher.Registration
java.lang.Object
org.jgrapes.io.events.NioRegistration.Registration
org.jgrapes.io.NioDispatcher.Registration
- Enclosing class:
NioDispatcher
Represents a NIO registration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateInterested
(int ops) Update the mask for interesting operations.
-
Constructor Details
-
Registration
Instantiates a new registration.- Parameters:
key
- the key
-
-
Method Details
-
updateInterested
Description copied from class:NioRegistration.Registration
Update the mask for interesting operations.- Specified by:
updateInterested
in classNioRegistration.Registration
- Parameters:
ops
- the operations.
-