Package | Description |
---|---|
io.undertow | |
io.undertow.protocols.http2 |
Modifier and Type | Method and Description |
---|---|
HpackException | UndertowMessages.huffmanEncodedHpackValueDidNotEndWithEOS() |
HpackException | UndertowMessages.integerEncodedOverTooManyOctets(int maxIntegerOctets) |
HpackException | UndertowMessages.zeroNotValidHeaderTableIndex() |
Modifier and Type | Method and Description |
---|---|
void | HpackDecoder.decode(ByteBuffer buffer) Decodes the provided frame data. |
static void | HPackHuffman.decode(ByteBuffer data, int length, StringBuilder target) Decodes a huffman encoded string into the target StringBuilder. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.