Page Speed Optimization Libraries
1.9.32.2
|
Public Member Functions | |
ModSpdyFetchController (int num_threads, ThreadSystem *thread_system, Timer *timer, Statistics *statistics) | |
Note: RateController::InitStats must have been called before using this. | |
void | ScheduleBlockingFetch (ModSpdyFetcher *fetcher, const GoogleString &url, Statistics *stats, MessageHandler *message_handler, AsyncFetch *fetch) |
Arranges for fetcher->BlockingFetch to be called on our thread pool. | |
void | ShutDown () |
bool | is_shut_down () const |
Timer * | timer () const |
Static Public Member Functions | |
static void | InitStats (Statistics *statistics) |
This must be called for every statistics object in use before using this. | |
|
inline |
Makes any further fetches quick-fail, and makes us more careful about using external dependencies on things like stats.