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: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 void execute(IoSession session, Object message)
          Forwards the request to the next IoHandlerCommand in the IoHandlerChain.
 

Method Detail

execute

void execute(IoSession session,
             Object message)
             throws Exception
Forwards the request to the next IoHandlerCommand in the IoHandlerChain.

Throws:
Exception


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.