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