Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.mina.filter.codec.demux.MessageDecoderAdapter
MessageDecoder
implementation for those who don't need to
implement MessageDecoder.finishDecode(IoSession,ProtocolDecoderOutput)
method.
Fields inherited from interface org.apache.mina.filter.codec.demux.MessageDecoder | |
NEED_DATA , NOT_OK , OK |
Method Summary | |
void |
|
public void finishDecode(IoSession session, ProtocolDecoderOutput out) throws Exception
Override this method to deal with the closed connection. The default implementation does nothing.
- Specified by:
- finishDecode in interface MessageDecoder