proxygen
proxygen::HTTPCodec::ExAttributes Struct Reference

#include <HTTPCodec.h>

Public Member Functions

 ExAttributes ()
 
 ExAttributes (StreamID controlStreamId, bool isUnidirectional)
 

Public Attributes

StreamID controlStream
 
bool unidirectional
 

Detailed Description

Definition at line 57 of file HTTPCodec.h.

Constructor & Destructor Documentation

proxygen::HTTPCodec::ExAttributes::ExAttributes ( )
inline

Definition at line 58 of file HTTPCodec.h.

58 {}
proxygen::HTTPCodec::ExAttributes::ExAttributes ( StreamID  controlStreamId,
bool  isUnidirectional 
)
inline

Definition at line 59 of file HTTPCodec.h.

60  : controlStream(controlStreamId), unidirectional(isUnidirectional) {}

Member Data Documentation

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().


The documentation for this struct was generated from the following file: