java.lang.Object
io.helidon.webserver.http1.Http1Prologue
HTTP 1 prologue parsing support.
- 
Constructor SummaryConstructorsConstructorDescriptionHttp1Prologue(DataReader reader, int maxLength, boolean validatePath) Create a new prologue parser.
- 
Method Summary
- 
Constructor Details- 
Http1PrologueCreate a new prologue parser.- Parameters:
- reader- data reader
- maxLength- maximal prologue length
- validatePath- whether to validate path
 
 
- 
- 
Method Details- 
readPrologueRead next prologue.- Returns:
- HTTP prologue
 
 
-