protected class RequestParserGenerator.HeaderStateMachine extends Object implements AbstractParserGenerator.CustomStateMachine
Modifier | Constructor and Description |
---|---|
protected |
HeaderStateMachine() |
Modifier and Type | Method and 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.CustomStateMachine
public void handleOtherToken(org.jboss.classfilewriter.code.CodeAttribute c)
handleOtherToken
in interface AbstractParserGenerator.CustomStateMachine
public void handleStateMachineMatchedToken(org.jboss.classfilewriter.code.CodeAttribute c)
handleStateMachineMatchedToken
in interface AbstractParserGenerator.CustomStateMachine
public void updateParseState(org.jboss.classfilewriter.code.CodeAttribute c)
updateParseState
in interface AbstractParserGenerator.CustomStateMachine
public boolean initialNewlineMeansRequestDone()
initialNewlineMeansRequestDone
in interface AbstractParserGenerator.CustomStateMachine
Copyright © 2017 JBoss by Red Hat. All rights reserved.