Class HpackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.undertow.protocols.http2.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:
  • Constructor Details

    • HpackException

      public HpackException()
    • HpackException

      public HpackException(String message, int closeCode)
    • HpackException

      public HpackException(int closeCode)
  • Method Details

    • getCloseCode

      public int getCloseCode()