proxygen
|
Public Member Functions | |
TestContext (uint32_t tableSize) | |
void | add (const HPACKHeader &header) |
Public Member Functions inherited from proxygen::HPACKContext | |
HPACKContext (uint32_t tableSize) | |
~HPACKContext () | |
uint32_t | getIndex (const HPACKHeader &header) const |
uint32_t | nameIndex (const HPACKHeaderName &headerName) const |
bool | isStatic (uint32_t index) const |
const HPACKHeader & | getHeader (uint32_t index) |
const HeaderTable & | getTable () const |
uint32_t | getTableSize () const |
uint32_t | getBytesStored () const |
uint32_t | getHeadersStored () const |
void | seedHeaderTable (std::vector< HPACKHeader > &headers) |
void | describe (std::ostream &os) const |
Additional Inherited Members | |
Protected Member Functions inherited from proxygen::HPACKContext | |
const StaticHeaderTable & | getStaticTable () const |
uint32_t | globalToDynamicIndex (uint32_t index) const |
uint32_t | globalToStaticIndex (uint32_t index) const |
uint32_t | dynamicToGlobalIndex (uint32_t index) const |
uint32_t | staticToGlobalIndex (uint32_t index) const |
Protected Attributes inherited from proxygen::HPACKContext | |
HeaderTable | table_ |
Definition at line 30 of file HPACKContextTests.cpp.
|
inlineexplicit |
Definition at line 33 of file HPACKContextTests.cpp.
|
inline |
Definition at line 35 of file HPACKContextTests.cpp.
References proxygen::HPACKHeader::copy().
Referenced by TEST_F().