Class PrefaceFrame


  • public class PrefaceFrame
    extends Frame
    • Constructor Summary

      Constructors 
      Constructor Description
      PrefaceFrame()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • 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 Detail

      • PrefaceFrame

        public PrefaceFrame()