RequestParserGenerator.HeaderStateMachine
, RequestParserGenerator.VersionStateMachine
public static interface AbstractParserGenerator.CustomStateMachine
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) |
boolean isHeader()
void handleStateMachineMatchedToken(org.jboss.classfilewriter.code.CodeAttribute c)
void handleOtherToken(org.jboss.classfilewriter.code.CodeAttribute c)
void updateParseState(org.jboss.classfilewriter.code.CodeAttribute c)
boolean initialNewlineMeansRequestDone()
Copyright © 2018. All rights reserved.