Uses of Class
io.undertow.protocols.http2.HpackException
-
Packages that use HpackException Package Description io.undertow io.undertow.protocols.http2 -
-
Uses of HpackException in io.undertow
Methods in io.undertow that return HpackException Modifier and Type Method Description HpackException
UndertowMessages_$bundle. hpackFailed()
HpackException
UndertowMessages. hpackFailed()
HpackException
UndertowMessages_$bundle. huffmanEncodedHpackValueDidNotEndWithEOS()
HpackException
UndertowMessages. huffmanEncodedHpackValueDidNotEndWithEOS()
HpackException
UndertowMessages_$bundle. integerEncodedOverTooManyOctets(int maxIntegerOctets)
HpackException
UndertowMessages. integerEncodedOverTooManyOctets(int maxIntegerOctets)
HpackException
UndertowMessages_$bundle. invalidHpackEncoding(byte b)
HpackException
UndertowMessages. invalidHpackEncoding(byte b)
HpackException
UndertowMessages_$bundle. invalidHpackIndex(int index)
HpackException
UndertowMessages. invalidHpackIndex(int index)
HpackException
UndertowMessages_$bundle. zeroNotValidHeaderTableIndex()
HpackException
UndertowMessages. zeroNotValidHeaderTableIndex()
-
Uses of HpackException in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that throw HpackException Modifier and Type Method Description void
HpackDecoder. decode(java.nio.ByteBuffer buffer, boolean moreData)
Decodes the provided frame data.static void
HPackHuffman. decode(java.nio.ByteBuffer data, int length, java.lang.StringBuilder target)
Decodes a huffman encoded string into the target StringBuilder.void
HpackDecoder.HeaderEmitter. emitHeader(HttpString name, java.lang.String value, boolean neverIndex)
-