Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
static HpackUtil.IndexType |
HpackUtil.IndexType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HpackUtil.IndexType[] |
HpackUtil.IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
HpackEncoder.encodeLiteral(ByteBuf out,
java.lang.CharSequence name,
java.lang.CharSequence value,
HpackUtil.IndexType indexType,
int nameIndex)
Encode literal header field according to Section 6.2.
|
private long |
HpackDecoder.insertHeader(int streamId,
Http2Headers headers,
java.lang.CharSequence name,
java.lang.CharSequence value,
HpackUtil.IndexType indexType,
long headerSize) |