#include "proxy_fetch.h"
Public Member Functions | |
ProxyFetchFactory (ResourceManager *manager) | |
void | StartNewProxyFetch (const GoogleString &url, AsyncFetch *async_fetch, RewriteDriver *driver, ProxyFetchPropertyCallbackCollector *property_callback, AsyncFetch *original_content_fetch) |
void | set_server_version (const StringPiece &server_version) |
const GoogleString & | server_version () const |
MessageHandler * | message_handler () const |
Friends | |
class | ProxyFetch |
Factory for creating and starting ProxyFetches. Must outlive all ProxyFetches it creates.