Uses of Class
org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
-
Packages that use FifoLinkedList.InternalNode Package Description org.apache.hc.core5.http2.hpack HTTP/2 HPACK APIs. -
-
Uses of FifoLinkedList.InternalNode in org.apache.hc.core5.http2.hpack
Fields in org.apache.hc.core5.http2.hpack declared as FifoLinkedList.InternalNode Modifier and Type Field Description private FifoLinkedList.InternalNodeFifoLinkedList. masterprivate FifoLinkedList.InternalNodeFifoLinkedList.InternalNode. nextprivate FifoLinkedList.InternalNodeFifoLinkedList.InternalNode. previousMethods in org.apache.hc.core5.http2.hpack that return FifoLinkedList.InternalNode Modifier and Type Method Description FifoLinkedList.InternalNodeFifoLinkedList. addFirst(HPackHeader header)FifoLinkedList.InternalNodeFifoLinkedList. removeLast()Methods in org.apache.hc.core5.http2.hpack with parameters of type FifoLinkedList.InternalNode Modifier and Type Method Description intFifoLinkedList. getIndex(FifoLinkedList.InternalNode node)
-