Uses of Class
io.netty.handler.codec.http2.HpackHeaderField
Packages that use HpackHeaderField
-
Uses of HpackHeaderField in io.netty.handler.codec.http2
Subclasses of HpackHeaderField in io.netty.handler.codec.http2Fields in io.netty.handler.codec.http2 declared as HpackHeaderFieldModifier and TypeFieldDescription(package private) HpackHeaderField[]
HpackDynamicTable.hpackHeaderFields
Fields in io.netty.handler.codec.http2 with type parameters of type HpackHeaderFieldModifier and TypeFieldDescriptionprivate static final List
<HpackHeaderField> HpackStaticTable.STATIC_TABLE
Methods in io.netty.handler.codec.http2 that return HpackHeaderFieldModifier and TypeMethodDescriptionHpackDynamicTable.getEntry
(int index) Return the header field at the given index.(package private) static HpackHeaderField
HpackStaticTable.getEntry
(int index) Return the header field at the given index value.(package private) HpackHeaderField
HpackDecoder.getHeaderField
(int index) Return the header field at the given index.(package private) HpackHeaderField
HpackEncoder.getHeaderField
(int index) Return the header field at the given index.private HpackHeaderField
HpackDecoder.getIndexedHeader
(int index) private static HpackHeaderField
HpackStaticTable.newEmptyHeaderField
(AsciiString name) private static HpackHeaderField
HpackStaticTable.newEmptyHeaderField
(String name) private static HpackHeaderField
HpackStaticTable.newEmptyPseudoHeaderField
(Http2Headers.PseudoHeaderName name) private static HpackHeaderField
HpackStaticTable.newHeaderField
(AsciiString name, String value) private static HpackHeaderField
HpackStaticTable.newPseudoHeaderField
(Http2Headers.PseudoHeaderName name, AsciiString value) private static HpackHeaderField
HpackStaticTable.newPseudoHeaderField
(Http2Headers.PseudoHeaderName name, String value) private static HpackHeaderField
HpackStaticTable.newPseudoHeaderMethodField
(HttpMethod method) HpackDynamicTable.remove()
Remove and return the oldest header field from the dynamic table.Methods in io.netty.handler.codec.http2 with parameters of type HpackHeaderFieldModifier and TypeMethodDescriptionvoid
HpackDynamicTable.add
(HpackHeaderField header) Add the header field to the dynamic table.final boolean
HpackHeaderField.equalsForTest
(HpackHeaderField other)