| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.protocols.http2 |
| Modifier and Type | Method and Description |
|---|---|
HpackException | UndertowMessages.hpackFailed() |
HpackException | UndertowMessages.huffmanEncodedHpackValueDidNotEndWithEOS() |
HpackException | UndertowMessages.integerEncodedOverTooManyOctets(int maxIntegerOctets) |
HpackException | UndertowMessages.invalidHpackEncoding(byte b) |
HpackException | UndertowMessages.zeroNotValidHeaderTableIndex() |
| Modifier and Type | Method and Description |
|---|---|
void | 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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.