Package | Description |
---|---|
org.apache.mina.handler.chain |
A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
|
Modifier and Type | Method and Description |
---|---|
IoHandlerCommand.NextCommand |
IoHandlerChain.Entry.getNextCommand() |
IoHandlerCommand.NextCommand |
IoHandlerChain.getNextCommand(String name) |
Modifier and Type | Method and Description |
---|---|
void |
IoHandlerCommand.execute(IoHandlerCommand.NextCommand next,
IoSession session,
Object message)
Execute a unit of processing work to be performed.
|
void |
IoHandlerChain.execute(IoHandlerCommand.NextCommand next,
IoSession session,
Object message) |
Copyright © 2004–2016 Apache MINA Project. All rights reserved.