Package org.eclipse.jetty.http2.frames
Class PrefaceFrame
- java.lang.Object
-
- org.eclipse.jetty.http2.frames.Frame
-
- org.eclipse.jetty.http2.frames.PrefaceFrame
-
public class PrefaceFrame extends Frame
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]
PREFACE_BYTES
The HTTP/2 preface bytes.static byte[]
PREFACE_PREAMBLE_BYTES
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_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description PrefaceFrame()
-