proxygen
proxygen::MockController Member List

This is the complete list of members for proxygen::MockController, including all inherited members.

attachSession(HTTPSessionBase *session)=0proxygen::HTTPSessionControllerpure virtual
detachSession(const HTTPSessionBase *session)=0proxygen::HTTPSessionControllerpure virtual
getGracefulShutdownTimeout() const proxygen::HTTPSessionControllerinlinevirtual
getHeaderIndexingStrategy() const proxygen::HTTPSessionControllerinlinevirtual
getParseErrorHandler(HTTPTransaction *txn, const HTTPException &error, const folly::SocketAddress &localAddress)=0proxygen::HTTPSessionControllerpure virtual
getRequestHandler(HTTPTransaction &txn, HTTPMessage *msg)=0proxygen::HTTPSessionControllerpure virtual
getSessionFlowControlTimeout() const proxygen::HTTPSessionControllerinlinevirtual
getTransactionTimeoutHandler(HTTPTransaction *txn, const folly::SocketAddress &localAddress)=0proxygen::HTTPSessionControllerpure virtual
MOCK_CONST_METHOD0(getGracefulShutdownTimeout, std::chrono::milliseconds())proxygen::MockController
MOCK_CONST_METHOD0(getHeaderIndexingStrategy, const HeaderIndexingStrategy *())proxygen::MockController
MOCK_METHOD1(attachSession, void(HTTPSessionBase *))proxygen::MockController
MOCK_METHOD1(detachSession, void(const HTTPSessionBase *))proxygen::MockController
MOCK_METHOD1(onSessionCodecChange, void(HTTPSessionBase *))proxygen::MockController
MOCK_METHOD2(getRequestHandler, HTTPTransactionHandler *(HTTPTransaction &, HTTPMessage *msg))proxygen::MockController
MOCK_METHOD2(getTransactionTimeoutHandler, HTTPTransactionHandler *(HTTPTransaction *txn, const folly::SocketAddress &))proxygen::MockController
MOCK_METHOD3(getParseErrorHandler, HTTPTransactionHandler *(HTTPTransaction *, const HTTPException &, const folly::SocketAddress &))proxygen::MockController
onSessionCodecChange(HTTPSessionBase *)proxygen::HTTPSessionControllerinlinevirtual
~HTTPSessionController()proxygen::HTTPSessionControllerinlinevirtual