Page Speed Optimization Libraries  1.4.26.1
Classes | Namespaces
net/instaweb/apache/mod_spdy_fetch_controller.h File Reference
#include "net/instaweb/http/public/rate_controller.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
 

for StringPiece



Detailed Description

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines