Class HpackException

  • All Implemented Interfaces:
    Serializable

    public class HpackException
    extends Exception
    Exception that is thrown when the HPACK compress context is broken.

    In this case the connection must be closed.

    See Also:
    Serialized Form
    • Constructor Detail

      • HpackException

        public HpackException()
      • HpackException

        public HpackException​(String message,
                              int closeCode)
      • HpackException

        public HpackException​(int closeCode)
    • Method Detail

      • getCloseCode

        public int getCloseCode()