|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
org.apache.mina.filter.codec.statemachine.ConsumeToLinearWhitespaceDecodingState
public abstract class ConsumeToLinearWhitespaceDecodingState
DecodingState
which consumes all bytes until a space (0x20) or tab
(0x09) character is reached. The terminator is skipped.
Constructor Summary | |
---|---|
ConsumeToLinearWhitespaceDecodingState()
|
Method Summary | |
---|---|
protected boolean |
isTerminator(byte b)
Determines whether the specified byte is a terminator. |
Methods inherited from class org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState |
---|
decode, finishDecode, finishDecode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsumeToLinearWhitespaceDecodingState()
Method Detail |
---|
protected boolean isTerminator(byte b)
ConsumeToDynamicTerminatorDecodingState
byte
is a terminator.
isTerminator
in class ConsumeToDynamicTerminatorDecodingState
b
- the byte
to check.
true
if the given byte is a space or a tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |