Class UnknownFrame

java.lang.Object
org.glassfish.grizzly.http2.frames.Http2Frame
org.glassfish.grizzly.http2.frames.UnknownFrame
All Implemented Interfaces:
Cacheable

public class UnknownFrame extends Http2Frame
Holder class when we encounter frames of an unknown type.
  • Constructor Details

    • UnknownFrame

      public UnknownFrame(int type, int length)
  • Method Details