Handles all I/O events fired by {@link IoAcceptor} and {@link IoConnector}. There are 6 event handler methods, and they are all invoked by MINA automatically. Most users of MINA I/O package will be OK with this single interface to implement their protocols.
Please refer to EchoProtocolHandler
example.
@author The Apache Directory Project (dev@directory.apache.org)
@version $Rev: 357871 $, $Date: 2005-12-20 10:56:40 +0900 (Tue, 20 Dec 2005) $
@see IoHandlerAdapter