Class PrefaceFrame

java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.PrefaceFrame

public class PrefaceFrame extends Frame
  • Field Details

    • PREFACE_PREAMBLE_BYTES

      public static final byte[] PREFACE_PREAMBLE_BYTES
      The 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_BYTES
      The HTTP/2 preface bytes.
  • Constructor Details

    • PrefaceFrame

      public PrefaceFrame()