public class PrefaceParser
extends java.lang.Object
Constructor | Description |
---|---|
PrefaceParser(Parser.Listener listener) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
directUpgrade() |
Advances this parser after the
PrefaceFrame.PREFACE_PREAMBLE_BYTES . |
protected void |
notifyConnectionFailure(int error,
java.lang.String reason) |
|
boolean |
parse(java.nio.ByteBuffer buffer) |
public PrefaceParser(Parser.Listener listener)
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 a HTTP/1.1 parser.
public boolean parse(java.nio.ByteBuffer buffer)
protected void notifyConnectionFailure(int error, java.lang.String reason)
Copyright © 1995–2018 Webtide. All rights reserved.