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.ProtocolDecoderAdapter
ProtocolDecoder
implementation for those who don't need
ProtocolDecoder.finishDecode(IoSession,ProtocolDecoderOutput)
nor
ProtocolDecoder.dispose(IoSession)
method.
Method Summary | |
void | |
void |
|
public void dispose(IoSession session) throws Exception
Override this method to dispose all resources related with this decoder. The default implementation does nothing.
- Specified by:
- dispose in interface ProtocolDecoder
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 ProtocolDecoder