Uses of Class
org.jgrapes.io.events.NioRegistration.Completed
Packages that use NioRegistration.Completed
-
Uses of NioRegistration.Completed in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type NioRegistration.CompletedModifier and TypeMethodDescriptionvoid
SocketConnector.onRegistered
(NioRegistration.Completed event) Called when the new socket channel has successfully been registered with the nio dispatcher.void
SocketServer.onRegistered
(NioRegistration.Completed event) Handles the successful channel registration.