Package org.apache.mina.handler.chain
package org.apache.mina.handler.chain
-
ClassDescriptionAn
IoHandler
which executes anIoHandlerChain
on a messageReceived event.A chain ofIoHandlerCommand
s.AIoHandlerCommand
encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by custom attributes provided byIoSession
.Represents an indirect reference to the nextIoHandlerCommand
of theIoHandlerChain
.