Class HpackException

  • All Implemented Interfaces:
    java.io.Serializable

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

    In this case the connection must be closed.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCloseCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HpackException

        public HpackException()
      • HpackException

        public HpackException​(java.lang.String message,
                              int closeCode)
      • HpackException

        public HpackException​(int closeCode)
    • Method Detail

      • getCloseCode

        public int getCloseCode()