Uses of Package
org.apache.mina.handler.chain
-
Packages that use org.apache.mina.handler.chain Package Description org.apache.mina.handler.chain A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern. -
Classes in org.apache.mina.handler.chain used by org.apache.mina.handler.chain Class Description IoHandlerChain A chain ofIoHandlerCommand
s.IoHandlerChain.Entry Represents a name-command pair that anIoHandlerChain
contains.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
.