Class StreamBufferingEncoder.Http2GoAwayException

    • Constructor Detail

      • Http2GoAwayException

        public Http2GoAwayException​(int lastStreamId,
                                    long errorCode,
                                    byte[] debugData)
    • Method Detail

      • lastStreamId

        public int lastStreamId()
      • errorCode

        public long errorCode()
      • debugData

        public byte[] debugData()