AbstractParserGenerator.CustomStateMachine
protected class RequestParserGenerator.HeaderStateMachine extends Object implements AbstractParserGenerator.CustomStateMachine
Modifier | Constructor | Description |
---|---|---|
protected |
HeaderStateMachine() |
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) |
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 © 2018. All rights reserved.