Package | Description |
---|---|
io.undertow.protocols.http2 |
Modifier and Type | Method | Description |
---|---|---|
HpackEncoder.State |
HpackEncoder.encode(HeaderMap headers,
java.nio.ByteBuffer target) |
Encodes the headers into a buffer.
|
static HpackEncoder.State |
HpackEncoder.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HpackEncoder.State[] |
HpackEncoder.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.