Class MessageDecoderAdapter
java.lang.Object
org.apache.mina.filter.codec.demux.MessageDecoderAdapter
- All Implemented Interfaces:
MessageDecoder
An abstract
MessageDecoder implementation for those who don't need to
implement MessageDecoder.finishDecode(IoSession, ProtocolDecoderOutput)
method.-
Field Summary
Fields inherited from interface org.apache.mina.filter.codec.demux.MessageDecoder
NEED_DATA, NOT_OK, OK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinishDecode(IoSession session, ProtocolDecoderOutput out) Override this method to deal with the closed connection.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.mina.filter.codec.demux.MessageDecoder
decodable, decode
-
Constructor Details
-
MessageDecoderAdapter
public MessageDecoderAdapter()
-
-
Method Details
-
finishDecode
Override this method to deal with the closed connection. The default implementation does nothing.- Specified by:
finishDecodein interfaceMessageDecoder- Throws:
Exception- if the read data violated protocol specification
-