Uses of Interface
org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
Packages that use IoHandlerCommand.NextCommand
Package
Description
A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
-
Uses of IoHandlerCommand.NextCommand in org.apache.mina.handler.chain
Fields in org.apache.mina.handler.chain declared as IoHandlerCommand.NextCommandModifier and TypeFieldDescriptionprivate final IoHandlerCommand.NextCommandIoHandlerChain.Entry.nextCommandMethods in org.apache.mina.handler.chain that return IoHandlerCommand.NextCommandModifier and TypeMethodDescriptionIoHandlerChain.Entry.getNextCommand()IoHandlerChain.getNextCommand(String name) Retrieve theIoHandlerCommandfollowing theIoHandlerCommandwe fetched by its nameMethods in org.apache.mina.handler.chain with parameters of type IoHandlerCommand.NextCommandModifier and TypeMethodDescriptionvoidIoHandlerChain.execute(IoHandlerCommand.NextCommand next, IoSession session, Object message) Execute a unit of processing work to be performed.voidIoHandlerCommand.execute(IoHandlerCommand.NextCommand next, IoSession session, Object message) Execute a unit of processing work to be performed.