proxygen
|
#include <HTTPCodec.h>
Public Member Functions | |
ExAttributes () | |
ExAttributes (StreamID controlStreamId, bool isUnidirectional) | |
Public Attributes | |
StreamID | controlStream |
bool | unidirectional |
Definition at line 57 of file HTTPCodec.h.
|
inline |
Definition at line 58 of file HTTPCodec.h.
|
inline |
Definition at line 59 of file HTTPCodec.h.
StreamID proxygen::HTTPCodec::ExAttributes::controlStream |
Definition at line 62 of file HTTPCodec.h.
Referenced by proxygen::HTTP2Codec::parseHeadersImpl(), and TEST_F().
bool proxygen::HTTPCodec::ExAttributes::unidirectional |
Definition at line 63 of file HTTPCodec.h.
Referenced by proxygen::HTTP2Codec::parseHeadersImpl(), and TEST_F().