| Package | Description |
|---|---|
| org.apache.mina.filter.codec.statemachine |
| Class | Description |
|---|---|
| ConsumeToDynamicTerminatorDecodingState |
DecodingState which consumes all bytes until a fixed (ASCII)
character is reached. |
| DecodingState |
Represents a state in a decoder state machine used by
DecodingStateMachine. |
| SkippingState |
DecodingState which skips data until SkippingState.canSkip(byte) returns
false. |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.