Uses of Interface
org.apache.mina.core.service.IoHandler

Packages that use IoHandler
Package
Description
 
 
A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers.
Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
 
 
In-VM pipe support which removes the overhead of local loopback communication.