Class PrefaceParser
java.lang.Object
org.eclipse.jetty.http2.parser.PrefaceParser
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdvances this parser after thePrefaceFrame.PREFACE_PREAMBLE_BYTES.protected voidnotifyConnectionFailure(int error, String reason) booleanparse(ByteBuffer buffer)  
- 
Constructor Details
- 
PrefaceParser
 
 - 
 - 
Method Details
- 
directUpgrade
protected void directUpgrade()Advances this parser after the
PrefaceFrame.PREFACE_PREAMBLE_BYTES.This allows the HTTP/1.1 parser to parse the preamble of the preface, which is a legal HTTP/1.1 request, and this parser will parse the remaining bytes, that are not parseable by an HTTP/1.1 parser.
 - 
parse
 - 
notifyConnectionFailure
 
 -