Uses of Class
org.jgrapes.io.events.NioRegistration
Packages that use NioRegistration
Package
Description
I/O related components built on top of the core package.
Provides the events used by the I/O related components.
-
Uses of NioRegistration in org.jgrapes.io
Methods in org.jgrapes.io with parameters of type NioRegistrationModifier and TypeMethodDescriptionvoid
NioDispatcher.onNioRegistration
(NioRegistration event) Handle the NIO registration. -
Uses of NioRegistration in org.jgrapes.io.events
Constructors in org.jgrapes.io.events with parameters of type NioRegistrationModifierConstructorDescriptionCompleted
(NioRegistration monitoredEvent, Channel... channels) Instantiates a new event.