Uses of Enum
io.undertow.protocols.http2.HpackEncoder.State
Packages that use HpackEncoder.State
-
Uses of HpackEncoder.State in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that return HpackEncoder.StateModifier and TypeMethodDescriptionHpackEncoder.encode
(HeaderMap headers, ByteBuffer target) Encodes the headers into a buffer.static HpackEncoder.State
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.