Package org.eclipse.jetty.http2.frames
Class PrefaceFrame
java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.PrefaceFrame
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte[]
The HTTP/2 preface bytes.static final byte[]
The bytes of the HTTP/2 preface that form a legal HTTP/1.1 request, used in the direct upgrade.Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_SIZE, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_SIZE
-
Constructor Summary
-
Method Summary
-
Field Details
-
PREFACE_PREAMBLE_BYTES
public static final byte[] PREFACE_PREAMBLE_BYTESThe bytes of the HTTP/2 preface that form a legal HTTP/1.1 request, used in the direct upgrade. -
PREFACE_BYTES
public static final byte[] PREFACE_BYTESThe HTTP/2 preface bytes.
-
-
Constructor Details
-
PrefaceFrame
public PrefaceFrame()
-