Package dev.relism.flash.http2
Class Http2Preface
java.lang.Object
dev.relism.flash.http2.Http2Preface
Byte-exact client preface and immutable server startup frames, compiled once at class load.
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]Immutable client connection preface bytes.
-
Method Details
-
clientPreface
public static byte[] clientPreface()Immutable client connection preface bytes. Callers must not modify the returned array.
-