Uses of Interface
org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
-
Packages that use IoHandlerCommand.NextCommand Package Description org.apache.mina.handler.chain 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
Methods in org.apache.mina.handler.chain that return IoHandlerCommand.NextCommand Modifier and Type Method Description IoHandlerCommand.NextCommandIoHandlerChain.Entry. getNextCommand()IoHandlerCommand.NextCommandIoHandlerChain. getNextCommand(String name)Retrieve theIoHandlerCommandfollowing theIoHandlerCommandwe fetched by its nameMethods in org.apache.mina.handler.chain with parameters of type IoHandlerCommand.NextCommand Modifier and Type Method Description voidIoHandlerChain. 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.
-