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 TypeMethodDescriptionvoid
finishDecode
(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, wait
Methods 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:
finishDecode
in interfaceMessageDecoder
- Throws:
Exception
- if the read data violated protocol specification
-