Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefSchemeHandlerCallback

CefBase
   |
   +--CefSchemeHandlerCallback

   in cef_scheme.h

class CefSchemeHandlerCallback
extends CefBase

Class used to facilitate asynchronous responses to custom scheme handler requests. The methods of this class may be called on any thread.


Method Summary
 virtual void BytesAvailable()= 0
          Notify that response data is now available for reading.
 virtual void Cancel()= 0
          Cancel processing of the request.
 virtual void HeadersAvailable()= 0
          Notify that header information is now available for retrieval.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

BytesAvailable

public virtual void BytesAvailable()= 0;
Notify that response data is now available for reading.

Cancel

public virtual void Cancel()= 0;
Cancel processing of the request.

HeadersAvailable

public virtual void HeadersAvailable()= 0;
Notify that header information is now available for retrieval.

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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