|
| P2PTransportChannel (const std::string &transport_name, int component, PortAllocator *allocator) |
|
virtual | ~P2PTransportChannel () |
|
IceTransportState | GetState () const override |
|
const std::string & | transport_name () const override |
|
int | component () const override |
|
bool | writable () const override |
|
bool | receiving () const override |
|
void | SetIceRole (IceRole role) override |
|
IceRole | GetIceRole () const override |
|
void | SetIceTiebreaker (uint64_t tiebreaker) override |
|
void | SetIceParameters (const IceParameters &ice_params) override |
|
void | SetRemoteIceParameters (const IceParameters &ice_params) override |
|
void | SetRemoteIceMode (IceMode mode) override |
|
void | Connect () |
|
void | MaybeStartGathering () override |
|
IceGatheringState | gathering_state () const override |
|
void | AddRemoteCandidate (const Candidate &candidate) override |
|
void | RemoveRemoteCandidate (const Candidate &candidate) override |
|
void | SetIceConfig (const IceConfig &config) override |
|
const IceConfig & | config () const |
|
void | SetMetricsObserver (webrtc::MetricsObserverInterface *observer) override |
|
int | SendPacket (const char *data, size_t len, const rtc::PacketOptions &options, int flags) override |
|
int | SetOption (rtc::Socket::Option opt, int value) override |
|
bool | GetOption (rtc::Socket::Option opt, int *value) override |
|
int | GetError () override |
|
bool | GetStats (std::vector< ConnectionInfo > *stats) override |
|
rtc::Optional< int > | GetRttEstimate () override |
|
const Connection * | best_connection () const |
|
const Connection * | selected_connection () const |
|
void | set_incoming_only (bool value) |
|
const std::vector< PortInterface * > & | ports () |
|
const std::vector< PortInterface * > & | pruned_ports () |
|
IceMode | remote_ice_mode () const |
|
void | PruneAllPorts () |
|
int | receiving_timeout () const |
|
int | check_receiving_interval () const |
|
rtc::DiffServCodePoint | DefaultDscpValue () const |
|
Connection * | FindNextPingableConnection () |
|
void | MarkConnectionPinged (Connection *conn) |
|
const std::vector< Connection * > & | connections () const |
|
PortAllocatorSession * | allocator_session () |
|
const std::vector< RemoteCandidate > & | remote_candidates () const |
|
std::string | ToString () const |
|
| P2PTransportChannel (const std::string &transport_name, int component, PortAllocator *allocator) |
|
virtual | ~P2PTransportChannel () |
|
IceTransportState | GetState () const override |
|
const std::string & | transport_name () const override |
|
int | component () const override |
|
bool | writable () const override |
|
bool | receiving () const override |
|
void | SetIceRole (IceRole role) override |
|
IceRole | GetIceRole () const override |
|
void | SetIceTiebreaker (uint64_t tiebreaker) override |
|
void | SetIceParameters (const IceParameters &ice_params) override |
|
void | SetRemoteIceParameters (const IceParameters &ice_params) override |
|
void | SetRemoteIceMode (IceMode mode) override |
|
void | Connect () |
|
void | MaybeStartGathering () override |
|
IceGatheringState | gathering_state () const override |
|
void | AddRemoteCandidate (const Candidate &candidate) override |
|
void | RemoveRemoteCandidate (const Candidate &candidate) override |
|
void | SetIceConfig (const IceConfig &config) override |
|
const IceConfig & | config () const |
|
void | SetMetricsObserver (webrtc::MetricsObserverInterface *observer) override |
|
int | SendPacket (const char *data, size_t len, const rtc::PacketOptions &options, int flags) override |
|
int | SetOption (rtc::Socket::Option opt, int value) override |
|
bool | GetOption (rtc::Socket::Option opt, int *value) override |
|
int | GetError () override |
|
bool | GetStats (std::vector< ConnectionInfo > *stats) override |
|
rtc::Optional< int > | GetRttEstimate () override |
|
const Connection * | best_connection () const |
|
const Connection * | selected_connection () const |
|
void | set_incoming_only (bool value) |
|
const std::vector< PortInterface * > & | ports () |
|
const std::vector< PortInterface * > & | pruned_ports () |
|
IceMode | remote_ice_mode () const |
|
void | PruneAllPorts () |
|
int | receiving_timeout () const |
|
int | check_receiving_interval () const |
|
rtc::DiffServCodePoint | DefaultDscpValue () const |
|
Connection * | FindNextPingableConnection () |
|
void | MarkConnectionPinged (Connection *conn) |
|
const std::vector< Connection * > & | connections () const |
|
PortAllocatorSession * | allocator_session () |
|
const std::vector< RemoteCandidate > & | remote_candidates () const |
|
std::string | ToString () const |
|
virtual | ~IceTransportInternal () |
|
virtual void | SetIceProtocolType (IceProtocolType) |
|
virtual void | SetIceCredentials (const std::string &ice_ufrag, const std::string &ice_pwd) |
|
virtual void | SetRemoteIceCredentials (const std::string &ice_ufrag, const std::string &ice_pwd) |
|
virtual bool | GetStats (ConnectionInfos *infos)=0 |
|
std::string | debug_name () const override |
|
virtual | ~IceTransportInternal () |
|
virtual void | SetIceProtocolType (IceProtocolType) |
|
virtual void | SetIceCredentials (const std::string &ice_ufrag, const std::string &ice_pwd) |
|
virtual void | SetRemoteIceCredentials (const std::string &ice_ufrag, const std::string &ice_pwd) |
|
virtual bool | GetStats (ConnectionInfos *infos)=0 |
|
std::string | debug_name () const override |
|
| has_slots () |
|
| has_slots () |
|
| ~has_slots () |
|
| ~has_slots () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
Public Member Functions inherited from rtc::MessageHandler |
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|