Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8_inspector::V8Inspector::Channel Class Referenceabstract

#include <v8-inspector.h>

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
 

Constructor & Destructor Documentation

◆ ~Channel()

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

Member Function Documentation

◆ flushProtocolNotifications()

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

◆ sendNotification()

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

◆ sendResponse()

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

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