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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidupdateInterested(int ops) Update the mask for interesting operations.
- 
Constructor Details- 
RegistrationInstantiates a new registration.- Parameters:
- key- the key
 
 
- 
- 
Method Details- 
updateInterestedDescription copied from class:NioRegistration.RegistrationUpdate the mask for interesting operations.- Specified by:
- updateInterestedin class- NioRegistration.Registration
- Parameters:
- ops- the operations.
 
 
-