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 Object
implements AbstractParserGenerator.CustomStateMachine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleOtherToken
(org.jboss.classfilewriter.code.CodeAttribute c) void
handleStateMachineMatchedToken
(org.jboss.classfilewriter.code.CodeAttribute c) boolean
boolean
isHeader()
void
updateParseState
(org.jboss.classfilewriter.code.CodeAttribute c)
-
Constructor Details
-
VersionStateMachine
protected VersionStateMachine()
-
-
Method Details
-
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
-