IOHandler
...
You should handle your business logic in an IoHandler implementation.
The {@link IoFilter} is dedicated to message transformation, but the IoHandler is mean to be the core of yourbusiness logic.
If you need to implement blocking code in your {@link IoHandler}, then you need to add a {@link IoHandlerExecutor} inthe enclosing {@link IoService}.
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
|
|
|
|
|
|
|
|