Package org.apache.mina.handler.chain
-
Interface Summary Interface Description IoHandlerCommand 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
.IoHandlerCommand.NextCommand Represents an indirect reference to the nextIoHandlerCommand
of theIoHandlerChain
. -
Class Summary Class Description ChainedIoHandler AnIoHandler
which executes anIoHandlerChain
on a messageReceived event.IoHandlerChain A chain ofIoHandlerCommand
s.