Uses of Class
io.netty.handler.codec.http2.HpackHeaderField
-
Packages that use HpackHeaderField Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HpackHeaderField in io.netty.handler.codec.http2
Subclasses of HpackHeaderField in io.netty.handler.codec.http2 Modifier and Type Class Description private static classHpackEncoder.HeaderEntryA linked hash map HpackHeaderField entry.Fields in io.netty.handler.codec.http2 declared as HpackHeaderField Modifier and Type Field Description (package private) HpackHeaderField[]HpackDynamicTable. hpackHeaderFieldsFields in io.netty.handler.codec.http2 with type parameters of type HpackHeaderField Modifier and Type Field Description private static java.util.List<HpackHeaderField>HpackStaticTable. STATIC_TABLEMethods in io.netty.handler.codec.http2 that return HpackHeaderField Modifier and Type Method Description HpackHeaderFieldHpackDynamicTable. getEntry(int index)Return the header field at the given index.(package private) static HpackHeaderFieldHpackStaticTable. getEntry(int index)Return the header field at the given index value.(package private) HpackHeaderFieldHpackDecoder. getHeaderField(int index)Return the header field at the given index.(package private) HpackHeaderFieldHpackEncoder. getHeaderField(int index)Return the header field at the given index.private HpackHeaderFieldHpackDecoder. getIndexedHeader(int index)private static HpackHeaderFieldHpackStaticTable. newEmptyHeaderField(java.lang.String name)private static HpackHeaderFieldHpackStaticTable. newHeaderField(java.lang.String name, java.lang.String value)HpackHeaderFieldHpackDynamicTable. remove()Remove and return the oldest header field from the dynamic table.private HpackHeaderFieldHpackEncoder. remove()Remove and return the oldest header field from the dynamic table.Methods in io.netty.handler.codec.http2 with parameters of type HpackHeaderField Modifier and Type Method Description voidHpackDynamicTable. add(HpackHeaderField header)Add the header field to the dynamic table.booleanHpackHeaderField. equalsForTest(HpackHeaderField other)
-