webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
webrtc::DataChannelProviderInterface Class Referenceabstract

#include <datachannel.h>

Inheritance diagram for webrtc::DataChannelProviderInterface:
FakeDataChannelProvider FakeDataChannelProvider webrtc::WebRtcSession webrtc::WebRtcSession webrtc::MockWebRtcSession webrtc::MockWebRtcSession WebRtcSessionForTest webrtc::MockWebRtcSession webrtc::MockWebRtcSession WebRtcSessionForTest

Public Member Functions

virtual bool SendData (const cricket::SendDataParams &params, const rtc::CopyOnWriteBuffer &payload, cricket::SendDataResult *result)=0
 
virtual bool ConnectDataChannel (DataChannel *data_channel)=0
 
virtual void DisconnectDataChannel (DataChannel *data_channel)=0
 
virtual void AddSctpDataStream (int sid)=0
 
virtual void RemoveSctpDataStream (int sid)=0
 
virtual bool ReadyToSendData () const =0
 
virtual bool SendData (const cricket::SendDataParams &params, const rtc::CopyOnWriteBuffer &payload, cricket::SendDataResult *result)=0
 
virtual bool ConnectDataChannel (DataChannel *data_channel)=0
 
virtual void DisconnectDataChannel (DataChannel *data_channel)=0
 
virtual void AddSctpDataStream (int sid)=0
 
virtual void RemoveSctpDataStream (int sid)=0
 
virtual bool ReadyToSendData () const =0
 

Protected Member Functions

virtual ~DataChannelProviderInterface ()
 
virtual ~DataChannelProviderInterface ()
 

Constructor & Destructor Documentation

◆ ~DataChannelProviderInterface() [1/2]

virtual webrtc::DataChannelProviderInterface::~DataChannelProviderInterface ( )
inlineprotectedvirtual

◆ ~DataChannelProviderInterface() [2/2]

virtual webrtc::DataChannelProviderInterface::~DataChannelProviderInterface ( )
inlineprotectedvirtual

Member Function Documentation

◆ AddSctpDataStream() [1/2]

virtual void webrtc::DataChannelProviderInterface::AddSctpDataStream ( int  sid)
pure virtual

◆ AddSctpDataStream() [2/2]

virtual void webrtc::DataChannelProviderInterface::AddSctpDataStream ( int  sid)
pure virtual

◆ ConnectDataChannel() [1/2]

virtual bool webrtc::DataChannelProviderInterface::ConnectDataChannel ( DataChannel data_channel)
pure virtual

◆ ConnectDataChannel() [2/2]

virtual bool webrtc::DataChannelProviderInterface::ConnectDataChannel ( DataChannel data_channel)
pure virtual

◆ DisconnectDataChannel() [1/2]

virtual void webrtc::DataChannelProviderInterface::DisconnectDataChannel ( DataChannel data_channel)
pure virtual

◆ DisconnectDataChannel() [2/2]

virtual void webrtc::DataChannelProviderInterface::DisconnectDataChannel ( DataChannel data_channel)
pure virtual

◆ ReadyToSendData() [1/2]

virtual bool webrtc::DataChannelProviderInterface::ReadyToSendData ( ) const
pure virtual

◆ ReadyToSendData() [2/2]

virtual bool webrtc::DataChannelProviderInterface::ReadyToSendData ( ) const
pure virtual

◆ RemoveSctpDataStream() [1/2]

virtual void webrtc::DataChannelProviderInterface::RemoveSctpDataStream ( int  sid)
pure virtual

◆ RemoveSctpDataStream() [2/2]

virtual void webrtc::DataChannelProviderInterface::RemoveSctpDataStream ( int  sid)
pure virtual

◆ SendData() [1/2]

virtual bool webrtc::DataChannelProviderInterface::SendData ( const cricket::SendDataParams params,
const rtc::CopyOnWriteBuffer payload,
cricket::SendDataResult result 
)
pure virtual

◆ SendData() [2/2]

virtual bool webrtc::DataChannelProviderInterface::SendData ( const cricket::SendDataParams params,
const rtc::CopyOnWriteBuffer payload,
cricket::SendDataResult result 
)
pure virtual

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