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