|
| ApacheRequestContext (AbstractMutex *logging_mutex, Timer *timer, request_rec *req) |
|
void | SetupSpdyConnectionIfNeeded (request_rec *req) |
|
bool | use_spdy_fetcher () const |
|
spdy_slave_connection_factory * | spdy_connection_factory () |
|
| SystemRequestContext (AbstractMutex *logging_mutex, Timer *timer, StringPiece hostname, int local_port, StringPiece local_ip) |
|
void | set_url (StringPiece url) |
|
int | local_port () const |
|
const GoogleString & | local_ip () const |
|
StringPiece | url () const |
|
net_instaweb::ApacheRequestContext::ApacheRequestContext |
( |
AbstractMutex * |
logging_mutex, |
|
|
Timer * |
timer, |
|
|
request_rec * |
req |
|
) |
| |
Constructs a request suitable for querying options, but not for initiating fetches. To prepare a context for fetches, call SetupSpdyConnectionIfNeeded after construction.
Returns rc as an ApacheRequestContext* if it is one and CHECK fails if it is not. Returns NULL if rc is NULL.
void net_instaweb::ApacheRequestContext::SetupSpdyConnectionIfNeeded |
( |
request_rec * |
req | ) |
|
Creates the data structures needed to do SPDY loopback fetches, if required based on the current connection state.
The documentation for this class was generated from the following file: