Page Speed Optimization Libraries
1.8.31.3
|
#include "net/instaweb/http/public/rate_controller.h"
#include "net/instaweb/util/public/atomic_bool.h"
#include "net/instaweb/util/public/basictypes.h"
#include "net/instaweb/util/public/queued_worker_pool.h"
#include "net/instaweb/util/public/string.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::ModSpdyFetchController |
Namespaces | |
namespace | net_instaweb |
Unit-test framework for wget fetcher. |
ModSpdyFetchController coordinates a threadpool and a rate controller between multiple ModSpdyFetcher objects. The basic usage pattern is that ModSpdyFetcher::Fetch calls ModSpdyFetchController::ScheduleBlockingFetch, which will then cause ModSpdyFetcher::BlockingFetch to be called on a thread in a hopefully intelligent manner.