Package io.undertow.annotationprocessor
Class RequestParserGenerator.HeaderStateMachine
java.lang.Object
io.undertow.annotationprocessor.RequestParserGenerator.HeaderStateMachine
- All Implemented Interfaces:
AbstractParserGenerator.CustomStateMachine
- Enclosing class:
- RequestParserGenerator
protected class RequestParserGenerator.HeaderStateMachine
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
-
HeaderStateMachine
protected HeaderStateMachine()
-
-
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
-