AbstractParserGenerator.CustomStateMachineprotected class RequestParserGenerator.VersionStateMachine extends Object implements AbstractParserGenerator.CustomStateMachine
| Modifier | Constructor | Description |
|---|---|---|
protected |
VersionStateMachine() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleOtherToken(org.jboss.classfilewriter.code.CodeAttribute c) |
|
void |
handleStateMachineMatchedToken(org.jboss.classfilewriter.code.CodeAttribute c) |
|
boolean |
initialNewlineMeansRequestDone() |
|
boolean |
isHeader() |
|
void |
updateParseState(org.jboss.classfilewriter.code.CodeAttribute c) |
public boolean isHeader()
isHeader in interface AbstractParserGenerator.CustomStateMachinepublic void handleOtherToken(org.jboss.classfilewriter.code.CodeAttribute c)
handleOtherToken in interface AbstractParserGenerator.CustomStateMachinepublic void handleStateMachineMatchedToken(org.jboss.classfilewriter.code.CodeAttribute c)
handleStateMachineMatchedToken in interface AbstractParserGenerator.CustomStateMachinepublic void updateParseState(org.jboss.classfilewriter.code.CodeAttribute c)
updateParseState in interface AbstractParserGenerator.CustomStateMachinepublic boolean initialNewlineMeansRequestDone()
initialNewlineMeansRequestDone in interface AbstractParserGenerator.CustomStateMachineCopyright © 2018. All rights reserved.