proxygen
|
#include <HTTP2Framer.h>
Public Attributes | |
uint32_t | streamDependency |
bool | exclusive |
uint8_t | weight |
Definition at line 83 of file HTTP2Framer.h.
bool proxygen::http2::PriorityUpdate::exclusive |
Definition at line 85 of file HTTP2Framer.h.
Referenced by proxygen::HTTP2PriorityQueue::addTransaction(), proxygen::HTTPSession::getMessagePriority(), proxygen::HTTP2Codec::parsePriority(), proxygen::HTTPSession::sendPriorityImpl(), proxygen::MockHTTPPushHandler::sendPushHeaders(), TEST_F(), and proxygen::HTTP2PriorityQueue::updatePriority().
uint32_t proxygen::http2::PriorityUpdate::streamDependency |
Definition at line 84 of file HTTP2Framer.h.
Referenced by proxygen::HTTP2PriorityQueue::addTransaction(), proxygen::HTTPSession::getMessagePriority(), proxygen::HTTPTransaction::HTTPTransaction(), proxygen::HTTPTransaction::onPriorityUpdate(), proxygen::HTTP2Codec::parsePriority(), proxygen::HTTPSession::sendPriorityImpl(), proxygen::MockHTTPPushHandler::sendPushHeaders(), TEST_F(), proxygen::HTTPTransaction::updateAndSendPriority(), and proxygen::HTTP2PriorityQueue::updatePriority().
uint8_t proxygen::http2::PriorityUpdate::weight |
Definition at line 86 of file HTTP2Framer.h.
Referenced by proxygen::HTTP2PriorityQueue::addTransaction(), proxygen::HTTPSession::getMessagePriority(), proxygen::HTTP2Codec::parsePriority(), proxygen::HTTPSession::sendPriorityImpl(), proxygen::MockHTTPPushHandler::sendPushHeaders(), TEST_F(), and proxygen::HTTP2PriorityQueue::updatePriority().