Package org.apache.hc.core5.http2.hpack
Class FifoLinkedList.InternalNode
java.lang.Object
org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
- All Implemented Interfaces:
HPackEntry
- Enclosing class:
FifoLinkedList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HPackHeaderprivate FifoLinkedList.InternalNodeprivate FifoLinkedList.InternalNodeprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
header
-
previous
-
next
-
seqNum
private int seqNum
-
-
Constructor Details
-
InternalNode
InternalNode(HPackHeader header)
-
-
Method Details
-
getHeader
- Specified by:
getHeaderin interfaceHPackEntry
-
getIndex
public int getIndex()- Specified by:
getIndexin interfaceHPackEntry
-
toString
-