v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8_inspector::V8Inspector::Channel Class Referenceabstract

#include <v8-inspector.h>

Inheritance diagram for v8_inspector::V8Inspector::Channel:
Collaboration diagram for v8_inspector::V8Inspector::Channel:

Public Member Functions

virtual ~Channel ()=default
 
virtual void sendResponse (int callId, std::unique_ptr< StringBuffer > message)=0
 
virtual void sendNotification (std::unique_ptr< StringBuffer > message)=0
 
virtual void flushProtocolNotifications ()=0
 

Detailed Description

Definition at line 400 of file v8-inspector.h.

Constructor & Destructor Documentation

◆ ~Channel()

virtual v8_inspector::V8Inspector::Channel::~Channel ( )
virtualdefault

Member Function Documentation

◆ flushProtocolNotifications()

virtual void v8_inspector::V8Inspector::Channel::flushProtocolNotifications ( )
pure virtual

Implemented in v8::InspectorFrontend.

Here is the caller graph for this function:

◆ sendNotification()

virtual void v8_inspector::V8Inspector::Channel::sendNotification ( std::unique_ptr< StringBuffer > message)
pure virtual

Implemented in v8::InspectorFrontend.

Here is the caller graph for this function:

◆ sendResponse()

virtual void v8_inspector::V8Inspector::Channel::sendResponse ( int callId,
std::unique_ptr< StringBuffer > message )
pure virtual

Implemented in v8::InspectorFrontend.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: