Package | Description |
---|---|
io.undertow.protocols.http2 |
Modifier and Type | Method and Description |
---|---|
HpackEncoder.State | HpackEncoder.encode(HeaderMap headers, ByteBuffer target) Encodes the headers into a buffer. |
static HpackEncoder.State | HpackEncoder.State.valueOf(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 © 2020 JBoss by Red Hat. All rights reserved.