Package io.undertow.annotationprocessor
Class RequestParserGenerator.VersionStateMachine
- java.lang.Object
-
- io.undertow.annotationprocessor.RequestParserGenerator.VersionStateMachine
-
- All Implemented Interfaces:
AbstractParserGenerator.CustomStateMachine
- Enclosing class:
- RequestParserGenerator
protected class RequestParserGenerator.VersionStateMachine extends java.lang.Object implements AbstractParserGenerator.CustomStateMachine
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VersionStateMachine()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
isHeader
public boolean isHeader()
- Specified by:
isHeader
in interfaceAbstractParserGenerator.CustomStateMachine
-
handleOtherToken
public void handleOtherToken(org.jboss.classfilewriter.code.CodeAttribute c)
- Specified by:
handleOtherToken
in interfaceAbstractParserGenerator.CustomStateMachine
-
handleStateMachineMatchedToken
public void handleStateMachineMatchedToken(org.jboss.classfilewriter.code.CodeAttribute c)
- Specified by:
handleStateMachineMatchedToken
in interfaceAbstractParserGenerator.CustomStateMachine
-
updateParseState
public void updateParseState(org.jboss.classfilewriter.code.CodeAttribute c)
- Specified by:
updateParseState
in interfaceAbstractParserGenerator.CustomStateMachine
-
initialNewlineMeansRequestDone
public boolean initialNewlineMeansRequestDone()
- Specified by:
initialNewlineMeansRequestDone
in interfaceAbstractParserGenerator.CustomStateMachine
-
-