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 HpackExceptionUndertowMessages_$bundle.hpackFailed()UndertowMessages.hpackFailed()final HpackExceptionUndertowMessages_$bundle.huffmanEncodedHpackValueDidNotEndWithEOS()UndertowMessages.huffmanEncodedHpackValueDidNotEndWithEOS()final HpackExceptionUndertowMessages_$bundle.integerEncodedOverTooManyOctets(int maxIntegerOctets) UndertowMessages.integerEncodedOverTooManyOctets(int maxIntegerOctets) final HpackExceptionUndertowMessages_$bundle.invalidHpackEncoding(byte b) UndertowMessages.invalidHpackEncoding(byte b) final HpackExceptionUndertowMessages_$bundle.invalidHpackIndex(int index) UndertowMessages.invalidHpackIndex(int index) final HpackExceptionUndertowMessages_$bundle.zeroNotValidHeaderTableIndex()UndertowMessages.zeroNotValidHeaderTableIndex() -
Uses of HpackException in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that throw HpackExceptionModifier and TypeMethodDescriptionvoidHpackDecoder.decode(ByteBuffer buffer, boolean moreData) Decodes the provided frame data.static voidHPackHuffman.decode(ByteBuffer data, int length, StringBuilder target) Decodes a huffman encoded string into the target StringBuilder.voidHpackDecoder.HeaderEmitter.emitHeader(HttpString name, String value, boolean neverIndex)