Class that will handle all asynchronous resource requests. More...
Public Member Functions | |
virtual void | OnResourceRequest (const cohtml::IAsyncResourceRequest *request, cohtml::IAsyncResourceResponse *response)=0 |
Called when Hummingbird needs a resource. More... | |
virtual void | OnResourceStreamRequest (const cohtml::IAsyncResourceRequest *request, cohtml::IAsyncResourceStreamResponse *response)=0 |
Called when Hummingbird needs a resource stream. More... | |
virtual void | OnAbortResourceRequest (unsigned id)=0 |
Called when the backend wants a load to abort. The user is STILL REQUIRED to call Finish on the resource response with the associated request. | |
Class that will handle all asynchronous resource requests.
|
pure virtual |
Called when Hummingbird needs a resource.
request | object describing the resource requested |
response | response object for result of loading the request |
|
pure virtual |
Called when Hummingbird needs a resource stream.
request | object describing the resource requested |
response | response object for result of loading the request |