Package org.apache.mina.filter.codec.statemachine

Interface Summary
DecodingState  
 

Class Summary
ConsumeToCrLfDecodingState A decoder which writes all read bytes in to a known Bytes context until a CRLF has been encountered
ConsumeToDynamicTerminatorDecodingState Consumes until a fixed (ASCII) character is reached.
ConsumeToEndOfSessionDecodingState A DecodingState which consumes all received bytes until a configured number of read bytes has been reached.
ConsumeToLinearWhitespaceDecodingState  
ConsumeToTerminatorDecodingState Consumes until a fixed (ASCII) character is reached.
CrLfDecodingState Decodes a single CRLF.
DecodingStateMachine  
DecodingStateProtocolDecoder  
FixedLengthDecodingState A DecodingState which consumes all received bytes until a configured number of read bytes has been reached.
IntegerDecodingState  
LinearWhitespaceSkippingState  
ShortIntegerDecodingState  
SingleByteDecodingState  
SkippingState Skips data until SkippingState.canSkip(byte) returns false.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.