Class DecodingStateProtocolDecoder

java.lang.Object
org.apache.mina.filter.codec.statemachine.DecodingStateProtocolDecoder
All Implemented Interfaces:
ProtocolDecoder

public class DecodingStateProtocolDecoder extends Object implements ProtocolDecoder
ProtocolDecoder which uses a DecodingState to decode data. Use a DecodingStateMachine as DecodingState to create a state machine which can decode your protocol.

NOTE: This is a stateful decoder. You should create one instance per session.