|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.filter.codec.statemachine.SkippingState
org.apache.mina.filter.codec.statemachine.LinearWhitespaceSkippingState
public abstract class LinearWhitespaceSkippingState
DecodingState which skips space (0x20) and tab (0x09) characters.
| Constructor Summary | |
|---|---|
LinearWhitespaceSkippingState()
|
|
| Method Summary | |
|---|---|
protected boolean |
canSkip(byte b)
Called to determine whether the specified byte can be skipped. |
| Methods inherited from class org.apache.mina.filter.codec.statemachine.SkippingState |
|---|
decode, finishDecode, finishDecode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinearWhitespaceSkippingState()
| Method Detail |
|---|
protected boolean canSkip(byte b)
canSkip in class SkippingStateb - the byte to check.
true if the byte can be skipped.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||