Package org.apache.hc.core5.http2.hpack
Interface HPackEntry
-
- All Known Implementing Classes:
FifoLinkedList.InternalNode
,StaticTable.InternalEntry
interface HPackEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HPackHeader
getHeader()
int
getIndex()
-
-
-
Method Detail
-
getIndex
int getIndex()
-
getHeader
HPackHeader getHeader()
-
-