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 | Description |
---|---|---|
IoHandlerCommand.NextCommand |
IoHandlerChain.Entry.getNextCommand() |
|
IoHandlerCommand.NextCommand |
IoHandlerChain.getNextCommand(String name) |
Modifier and Type | Method | Description |
---|---|---|
void |
IoHandlerChain.execute(IoHandlerCommand.NextCommand next,
IoSession session,
Object message) |
|
void |
IoHandlerCommand.execute(IoHandlerCommand.NextCommand next,
IoSession session,
Object message) |
Execute a unit of processing work to be performed.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.