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 java.lang.Object implements AbstractParserGenerator.CustomStateMachine
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHeaderStateMachine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleOtherToken(org.jboss.classfilewriter.code.CodeAttribute c)voidhandleStateMachineMatchedToken(org.jboss.classfilewriter.code.CodeAttribute c)booleaninitialNewlineMeansRequestDone()booleanisHeader()voidupdateParseState(org.jboss.classfilewriter.code.CodeAttribute c)
-
-
-
Method Detail
-
isHeader
public boolean isHeader()
- Specified by:
isHeaderin interfaceAbstractParserGenerator.CustomStateMachine
-
handleOtherToken
public void handleOtherToken(org.jboss.classfilewriter.code.CodeAttribute c)
- Specified by:
handleOtherTokenin interfaceAbstractParserGenerator.CustomStateMachine
-
handleStateMachineMatchedToken
public void handleStateMachineMatchedToken(org.jboss.classfilewriter.code.CodeAttribute c)
- Specified by:
handleStateMachineMatchedTokenin interfaceAbstractParserGenerator.CustomStateMachine
-
updateParseState
public void updateParseState(org.jboss.classfilewriter.code.CodeAttribute c)
- Specified by:
updateParseStatein interfaceAbstractParserGenerator.CustomStateMachine
-
initialNewlineMeansRequestDone
public boolean initialNewlineMeansRequestDone()
- Specified by:
initialNewlineMeansRequestDonein interfaceAbstractParserGenerator.CustomStateMachine
-
-