Page Speed Optimization Libraries  1.4.26.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::UrlFetcher Class Reference
Inheritance diagram for net_instaweb::UrlFetcher:
net_instaweb::ExternalUrlFetcher net_instaweb::FetcherTest::MockFetcher net_instaweb::HttpDumpUrlFetcher net_instaweb::HttpDumpUrlWriter net_instaweb::MockUrlFetcher net_instaweb::SyncFetcherAdapter net_instaweb::WgetUrlFetcher

List of all members.

Public Member Functions

virtual bool StreamingFetchUrl (const GoogleString &url, const RequestHeaders &request_headers, ResponseHeaders *response_headers, Writer *response_writer, MessageHandler *message_handler, const RequestContextPtr &request_context)=0

Member Function Documentation

virtual bool net_instaweb::UrlFetcher::StreamingFetchUrl ( const GoogleString url,
const RequestHeaders request_headers,
ResponseHeaders response_headers,
Writer response_writer,
MessageHandler message_handler,
const RequestContextPtr request_context 
) [pure virtual]

Fetch a URL, streaming the output to fetched_content_writer, and returning the headers. Returns true if the fetch was successful.

Implemented in net_instaweb::HttpDumpUrlFetcher, net_instaweb::FetcherTest::MockFetcher, net_instaweb::MockUrlFetcher, net_instaweb::HttpDumpUrlWriter, net_instaweb::ExternalUrlFetcher, and net_instaweb::SyncFetcherAdapter.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines