org.apache.mina.handler.chain
Interface IoHandlerCommand.NextCommand
- Enclosing interface:
- IoHandlerCommand
public static interface IoHandlerCommand.NextCommand
Represents an indirect reference to the next IoHandlerCommand
of
the IoHandlerChain
. This interface provides a way to forward
the request to the next IoHandlerCommand
.
- Version:
- $Rev: 394871 $, $Date: 2006-04-18 16:04:43 +0900 (Tue, 18 Apr 2006) $
- Author:
- The Apache Directory Project (mina-dev@directory.apache.org)
execute
void execute(IoSession session,
Object message)
throws Exception
- Forwards the request to the next
IoHandlerCommand
in the
IoHandlerChain
.
- Throws:
Exception