public abstract class MessageDecoderAdapter extends Object implements MessageDecoder
MessageDecoder implementation for those who don't need to
implement MessageDecoder.finishDecode(IoSession, ProtocolDecoderOutput)
method.NEED_DATA, NOT_OK, OK| Constructor and Description |
|---|
MessageDecoderAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishDecode(IoSession session,
ProtocolDecoderOutput out)
Override this method to deal with the closed connection.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodable, decodepublic void finishDecode(IoSession session, ProtocolDecoderOutput out) throws Exception
finishDecode in interface MessageDecoderException - if the read data violated protocol specification