Package org.apache.mina.filter.codec.statemachine
package org.apache.mina.filter.codec.statemachine
-
ClassDescription
DecodingStatewhich consumes all bytes until aCRLFhas been encountered.DecodingStatewhich consumes all bytes until a fixed (ASCII) character is reached.DecodingStatewhich consumes all received bytes until the session is closed.DecodingStatewhich consumes all bytes until a space (0x20) or tab (0x09) character is reached.DecodingStatewhich consumes all bytes until a fixed (ASCII) character is reached.DecodingStatewhich decodes a singleCRLF.Represents a state in a decoder state machine used byDecodingStateMachine.Abstract base class for decoder state machines.ProtocolDecoderwhich uses aDecodingStateto decode data.DecodingStatewhich consumes all received bytes until a configured number of read bytes has been reached.DecodingStatewhich decodesintvalues in big-endian order (high bytes come first).DecodingStatewhich skips space (0x20) and tab (0x09) characters.DecodingStatewhich decodesshortvalues in big-endian order (high bytes come first).DecodingStatewhich decodesbytevalues.DecodingStatewhich skips data until canSkip(byte) returnsfalse.