proxygen
|
Public Member Functions | |
void | onWriteChain (folly::AsyncTransportWrapper::WriteCallback *callback, std::shared_ptr< IOBuf >, WriteFlags) override |
~NoFlushUpstreamSessionTest () override | |
Public Member Functions inherited from HTTPUpstreamTest< SPDY3CodecPair > | |
HTTPUpstreamTest (std::vector< int64_t > flowControl={-1,-1,-1}) | |
void | resumeWrites () |
virtual void | onWriteChain (folly::AsyncTransportWrapper::WriteCallback *callback, std::shared_ptr< IOBuf > iob, WriteFlags) |
void | handleWrite (folly::AsyncTransportWrapper::WriteCallback *callback) |
void | SetUp () override |
void | commonSetUp (unique_ptr< HTTPCodec > codec) |
unique_ptr< typename SPDY3CodecPair::Codec > | makeServerCodec () |
void | enableExHeader (typename SPDY3CodecPair::Codec *serverCodec) |
void | parseOutput (HTTPCodec &serverCodec) |
void | readAndLoop (const std::string &input) |
void | readAndLoop (IOBuf *buf) |
void | readAndLoop (const uint8_t *input, size_t length) |
void | testBasicRequest () |
void | testBasicRequestHttp10 (bool keepalive) |
void | onCreate (const HTTPSessionBase &) override |
void | onDestroy (const HTTPSessionBase &) override |
void | onSettingsOutgoingStreamsFull (const HTTPSessionBase &) override |
void | onSettingsOutgoingStreamsNotFull (const HTTPSessionBase &) override |
void | TearDown () override |
std::unique_ptr< StrictMock< MockHTTPHandler > > | openTransaction (bool expectStartPaused=false) |
std::unique_ptr< NiceMock< MockHTTPHandler > > | openNiceTransaction (bool expectStartPaused=false) |
void | testSimpleUpgrade (const std::string &upgradeReqHeader, const std::string &upgradeRespHeader, CodecProtocol respCodecVersion) |
MockByteEventTracker * | setMockByteEventTracker () |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Private Attributes | |
uint32_t | timesCalled_ {0} |
std::vector< folly::AsyncTransportWrapper::WriteCallback * > | cbs_ |
Definition at line 1666 of file HTTPUpstreamSessionTest.cpp.
|
inlineoverride |
Definition at line 1679 of file HTTPUpstreamSessionTest.cpp.
References folly::AsyncSocketException::UNKNOWN.
|
inlineoverride |
Definition at line 1668 of file HTTPUpstreamSessionTest.cpp.
References folly::AsyncWriter::WriteCallback::writeSuccess().
|
private |
Definition at line 1687 of file HTTPUpstreamSessionTest.cpp.
|
private |
Definition at line 1686 of file HTTPUpstreamSessionTest.cpp.