Class PrefaceFrame
java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.PrefaceFrame
- 
Field Summary
FieldsModifier 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 Frame
DEFAULT_MAX_SIZE, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_SIZE - 
Constructor Summary
Constructors - 
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() 
 -