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