public final class Hpack extends Object
Modifier and Type | Method and Description |
---|---|
static Decoder |
newDecoder(int maxHeaderTableSize) |
static Encoder |
newEncoder() |
static Encoder |
newEncoder(EncodingStrategy strategy) |
static Encoder |
newEncoder(EncodingStrategy strategy,
int maxHeaderTableSize) |
static Encoder |
newEncoder(int maxHeaderTableSize) |
public static Decoder newDecoder(int maxHeaderTableSize)
public static Encoder newEncoder(int maxHeaderTableSize)
public static Encoder newEncoder()
public static Encoder newEncoder(EncodingStrategy strategy)
public static Encoder newEncoder(EncodingStrategy strategy, int maxHeaderTableSize)
Copyright © 2019 Oracle Corporation. All rights reserved.