Uses of Interface
org.jgrapes.io.NioHandler
Package
Description
Provides the events used by the I/O related components.
Networking related I/O classes.
-
Uses of NioHandler in org.jgrapes.io.events
ModifierConstructorDescriptionNioRegistration
(NioHandler handler, SelectableChannel ioChannel, int ops, Channel completedTarget) Creates a new registration event for the given handler, using the given NIO channel and handling the given operations. -
Uses of NioHandler in org.jgrapes.net
Modifier and TypeClassDescriptionprotected class
class
Provides a socket server.