Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefResourceReadCallback

CefBaseRefCounted
   |
   +--CefResourceReadCallback

   in cef_resource_handler.h

class CefResourceReadCallback
extends CefBaseRefCounted

Callback for asynchronous continuation of CefResourceHandler::Read().


Method Summary
 virtual void Continue( int bytes_read )= 0
          Callback for asynchronous continuation of Read().
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Continue

public virtual void Continue( int bytes_read )= 0;
Callback for asynchronous continuation of Read(). If |bytes_read| == 0 the response will be considered complete. If |bytes_read| > 0 then Read() will be called again until the request is complete (based on either the result or the expected content length). If |bytes_read| < 0 then the request will fail and the |bytes_read| value will be treated as the error code.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt