Class Http2Protocol.ErrorCode$.FRAME_SIZE_ERROR$

java.lang.Object
akka.http.impl.engine.http2.Http2Protocol.ErrorCode
akka.http.impl.engine.http2.Http2Protocol.ErrorCode$.FRAME_SIZE_ERROR$
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
Http2Protocol.ErrorCode$

public static class Http2Protocol.ErrorCode$.FRAME_SIZE_ERROR$ extends Http2Protocol.ErrorCode implements scala.Product, Serializable
FRAME_SIZE_ERROR (0x6): The endpoint received a frame with an invalid size.
See Also:
  • Field Details

  • Constructor Details

    • FRAME_SIZE_ERROR$

      public FRAME_SIZE_ERROR$()