Package | Description |
---|---|
org.glassfish.grizzly.http2.hpack |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEncoding
Arguably a good balance between complexity of implementation and
efficiency of encoding.
|
Modifier and Type | Method and Description |
---|---|
static Encoder |
Hpack.newEncoder(EncodingStrategy strategy) |
static Encoder |
Hpack.newEncoder(EncodingStrategy strategy,
int maxHeaderTableSize) |
Constructor and Description |
---|
Encoder(EncodingStrategy enc,
HeaderFieldTable.EncTable table) |
Copyright © 2017 Oracle Corporation. All rights reserved.