|
virtual std::chrono::steady_clock::time_point | getCurTime () |
|
Definition at line 1327 of file HTTPTransaction.h.
proxygen::HTTPTransaction::RateLimitCallback::RateLimitCallback |
( |
HTTPTransaction & |
txn | ) |
|
|
inlineexplicit |
void proxygen::HTTPTransaction::RateLimitCallback::callbackCanceled |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
This callback was canceled. The default implementation is to just proxy to timeoutExpired
but if you care about the difference between the timeout finishing or being canceled you can override this.
Reimplemented from folly::HHWheelTimer::Callback.
Definition at line 1335 of file HTTPTransaction.h.
void proxygen::HTTPTransaction::RateLimitCallback::timeoutExpired |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
The documentation for this class was generated from the following file: