org.apache.mina.handler.chain

Interface IoHandlerCommand.NextCommand

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.

Method Summary

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

Method Details

execute

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