API documentation  2.0rc1
Public Member Functions | List of all members
client::RTCDtlsTransport Class Reference

#include <clientlib.h>

Inherits client::RTCStatsProvider.

Public Member Functions

EventListenerget_ondtlsstatechange ()
 
void set_ondtlsstatechange (EventListener *)
 
EventListenerget_onerror ()
 
void set_onerror (EventListener *)
 
Stringget_state ()
 
RTCIceTransportget_transport ()
 
RTCDtlsParametersgetLocalParameters ()
 
ArraygetRemoteCertificates ()
 
RTCDtlsParametersgetRemoteParameters ()
 
void start (RTCDtlsParameters *remoteParameters)
 
void stop ()
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
RTCDtlsTransportget_prototype ()
 
void set_prototype (RTCDtlsTransport *)
 
 RTCDtlsTransport (RTCIceTransport *transport)
 
- Public Member Functions inherited from client::RTCStatsProvider
PromisegetStats ()
 
PromisemsGetStats ()
 
RTCStatsProviderget_prototype ()
 
void set_prototype (RTCStatsProvider *)
 
 RTCStatsProvider ()
 
- Public Member Functions inherited from client::EventTarget
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
bool dispatchEvent (Event *evt)
 
void removeEventListener (const String &type)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, bool options)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ RTCDtlsTransport()

client::RTCDtlsTransport::RTCDtlsTransport ( RTCIceTransport transport)

Member Function Documentation

◆ addEventListener() [1/5]

void client::RTCDtlsTransport::addEventListener ( const String type,
EventListener listener 
)

◆ addEventListener() [2/5]

void client::RTCDtlsTransport::addEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ addEventListener() [3/5]

void client::RTCDtlsTransport::addEventListener ( const String type,
EventListener listener,
AddEventListenerOptions options 
)

◆ addEventListener() [4/5]

void client::RTCDtlsTransport::addEventListener ( const String type,
EventListenerObject listener 
)

◆ addEventListener() [5/5]

void client::RTCDtlsTransport::addEventListener ( const String type,
EventListenerObject listener,
AddEventListenerOptions options 
)

◆ get_ondtlsstatechange()

EventListener* client::RTCDtlsTransport::get_ondtlsstatechange ( )

◆ get_onerror()

EventListener* client::RTCDtlsTransport::get_onerror ( )

◆ get_prototype()

RTCDtlsTransport* client::RTCDtlsTransport::get_prototype ( )

◆ get_state()

String* client::RTCDtlsTransport::get_state ( )

◆ get_transport()

RTCIceTransport* client::RTCDtlsTransport::get_transport ( )

◆ getLocalParameters()

RTCDtlsParameters* client::RTCDtlsTransport::getLocalParameters ( )

◆ getRemoteCertificates()

Array* client::RTCDtlsTransport::getRemoteCertificates ( )

◆ getRemoteParameters()

RTCDtlsParameters* client::RTCDtlsTransport::getRemoteParameters ( )

◆ removeEventListener() [1/5]

void client::RTCDtlsTransport::removeEventListener ( const String type,
EventListener listener 
)

◆ removeEventListener() [2/5]

void client::RTCDtlsTransport::removeEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ removeEventListener() [3/5]

void client::RTCDtlsTransport::removeEventListener ( const String type,
EventListener listener,
EventListenerOptions options 
)

◆ removeEventListener() [4/5]

void client::RTCDtlsTransport::removeEventListener ( const String type,
EventListenerObject listener 
)

◆ removeEventListener() [5/5]

void client::RTCDtlsTransport::removeEventListener ( const String type,
EventListenerObject listener,
EventListenerOptions options 
)

◆ set_ondtlsstatechange()

void client::RTCDtlsTransport::set_ondtlsstatechange ( EventListener )

◆ set_onerror()

void client::RTCDtlsTransport::set_onerror ( EventListener )

◆ set_prototype()

void client::RTCDtlsTransport::set_prototype ( RTCDtlsTransport )

◆ start()

void client::RTCDtlsTransport::start ( RTCDtlsParameters remoteParameters)

◆ stop()

void client::RTCDtlsTransport::stop ( )