Package org.eclipse.jetty.http2.parser
Class PrefaceParser
java.lang.Object
org.eclipse.jetty.http2.parser.PrefaceParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Advances this parser after thePrefaceFrame.PREFACE_PREAMBLE_BYTES
.protected void
notifyConnectionFailure
(int error, String reason) boolean
parse
(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
-