| A session handler without an
IoSession parameter for simplicity.
A
SingleSessionIoHandler is similar to an
IoHandler with
the notable difference that a
SingleSessionIoHandler is used only
by one session at a time. Thus, there is no
IoSession parameter in
the methods of this interface.
Because events are passed to the session in order, it is possible to store
conversational state as instance variables in this object.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 576217 $, $Date: 2007-09-16 17:55:27 -0600 (Sun, 16 Sep 2007) $ |