|
virtual | ~Connection () |
|
Port * | port () |
|
const Port * | port () const |
|
virtual const Candidate & | local_candidate () const |
|
virtual const Candidate & | remote_candidate () const |
|
uint64_t | priority () const |
|
WriteState | write_state () const |
|
bool | writable () const |
|
bool | receiving () const |
|
bool | connected () const |
|
bool | weak () const |
|
bool | active () const |
|
bool | dead (int64_t now) const |
|
int | rtt () const |
|
ConnectionInfo | stats () |
|
virtual int | Send (const void *data, size_t size, const rtc::PacketOptions &options)=0 |
|
virtual int | GetError ()=0 |
|
void | OnReadPacket (const char *data, size_t size, const rtc::PacketTime &packet_time) |
|
void | OnReadyToSend () |
|
bool | pruned () const |
|
void | Prune () |
|
bool | use_candidate_attr () const |
|
void | set_use_candidate_attr (bool enable) |
|
void | set_nomination (uint32_t value) |
|
uint32_t | remote_nomination () const |
|
bool | nominated () const |
|
void | set_remote_nomination (uint32_t remote_nomination) |
|
uint32_t | acked_nomination () const |
|
void | set_remote_ice_mode (IceMode mode) |
|
void | set_receiving_timeout (int receiving_timeout_ms) |
|
void | Destroy () |
|
void | FailAndDestroy () |
|
void | FailAndPrune () |
|
void | UpdateState (int64_t now) |
|
int64_t | last_ping_sent () const |
|
void | Ping (int64_t now) |
|
void | ReceivedPingResponse (int rtt, const std::string &request_id) |
|
int64_t | last_ping_response_received () const |
|
int | rtt_samples () const |
|
int64_t | last_ping_received () const |
|
void | ReceivedPing () |
|
void | HandleBindingRequest (IceMessage *msg) |
|
int64_t | last_data_received () const |
|
std::string | ToDebugId () const |
|
std::string | ToString () const |
|
std::string | ToSensitiveString () const |
|
void | PrintPingsSinceLastResponse (std::string *pings, size_t max) |
|
bool | reported () const |
|
void | set_reported (bool reported) |
|
void | HandleRoleConflictFromPeer () |
|
IceCandidatePairState | state () const |
|
int | num_pings_sent () const |
|
IceMode | remote_ice_mode () const |
|
uint32_t | ComputeNetworkCost () const |
|
void | MaybeSetRemoteIceParametersAndGeneration (const IceParameters ¶ms, int generation) |
|
void | MaybeUpdatePeerReflexiveCandidate (const Candidate &new_candidate) |
|
int64_t | last_received () const |
|
int64_t | receiving_unchanged_since () const |
|
bool | stable (int64_t now) const |
|
virtual | ~Connection () |
|
Port * | port () |
|
const Port * | port () const |
|
virtual const Candidate & | local_candidate () const |
|
virtual const Candidate & | remote_candidate () const |
|
uint64_t | priority () const |
|
WriteState | write_state () const |
|
bool | writable () const |
|
bool | receiving () const |
|
bool | connected () const |
|
bool | weak () const |
|
bool | active () const |
|
bool | dead (int64_t now) const |
|
int | rtt () const |
|
ConnectionInfo | stats () |
|
virtual int | Send (const void *data, size_t size, const rtc::PacketOptions &options)=0 |
|
virtual int | GetError ()=0 |
|
void | OnReadPacket (const char *data, size_t size, const rtc::PacketTime &packet_time) |
|
void | OnReadyToSend () |
|
bool | pruned () const |
|
void | Prune () |
|
bool | use_candidate_attr () const |
|
void | set_use_candidate_attr (bool enable) |
|
void | set_nomination (uint32_t value) |
|
uint32_t | remote_nomination () const |
|
bool | nominated () const |
|
void | set_remote_nomination (uint32_t remote_nomination) |
|
uint32_t | acked_nomination () const |
|
void | set_remote_ice_mode (IceMode mode) |
|
void | set_receiving_timeout (int receiving_timeout_ms) |
|
void | Destroy () |
|
void | FailAndDestroy () |
|
void | FailAndPrune () |
|
void | UpdateState (int64_t now) |
|
int64_t | last_ping_sent () const |
|
void | Ping (int64_t now) |
|
void | ReceivedPingResponse (int rtt, const std::string &request_id) |
|
int64_t | last_ping_response_received () const |
|
int | rtt_samples () const |
|
int64_t | last_ping_received () const |
|
void | ReceivedPing () |
|
void | HandleBindingRequest (IceMessage *msg) |
|
int64_t | last_data_received () const |
|
std::string | ToDebugId () const |
|
std::string | ToString () const |
|
std::string | ToSensitiveString () const |
|
void | PrintPingsSinceLastResponse (std::string *pings, size_t max) |
|
bool | reported () const |
|
void | set_reported (bool reported) |
|
void | HandleRoleConflictFromPeer () |
|
IceCandidatePairState | state () const |
|
int | num_pings_sent () const |
|
IceMode | remote_ice_mode () const |
|
uint32_t | ComputeNetworkCost () const |
|
void | MaybeSetRemoteIceParametersAndGeneration (const IceParameters ¶ms, int generation) |
|
void | MaybeUpdatePeerReflexiveCandidate (const Candidate &new_candidate) |
|
int64_t | last_received () const |
|
int64_t | receiving_unchanged_since () const |
|
bool | stable (int64_t now) const |
|
Public Member Functions inherited from cricket::CandidatePairInterface |
virtual | ~CandidatePairInterface () |
|
virtual | ~CandidatePairInterface () |
|
Public Member Functions inherited from rtc::MessageHandler |
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|
| 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 () |
|
|
| Connection (Port *port, size_t index, const Candidate &candidate) |
|
void | OnSendStunPacket (const void *data, size_t size, StunRequest *req) |
|
virtual void | OnConnectionRequestResponse (ConnectionRequest *req, StunMessage *response) |
|
void | OnConnectionRequestErrorResponse (ConnectionRequest *req, StunMessage *response) |
|
void | OnConnectionRequestTimeout (ConnectionRequest *req) |
|
void | OnConnectionRequestSent (ConnectionRequest *req) |
|
bool | rtt_converged () const |
|
bool | missing_responses (int64_t now) const |
|
void | set_write_state (WriteState value) |
|
void | UpdateReceiving (int64_t now) |
|
void | set_state (IceCandidatePairState state) |
|
void | set_connected (bool value) |
|
uint32_t | nomination () const |
|
void | OnMessage (rtc::Message *pmsg) |
|
| Connection (Port *port, size_t index, const Candidate &candidate) |
|
void | OnSendStunPacket (const void *data, size_t size, StunRequest *req) |
|
virtual void | OnConnectionRequestResponse (ConnectionRequest *req, StunMessage *response) |
|
void | OnConnectionRequestErrorResponse (ConnectionRequest *req, StunMessage *response) |
|
void | OnConnectionRequestTimeout (ConnectionRequest *req) |
|
void | OnConnectionRequestSent (ConnectionRequest *req) |
|
bool | rtt_converged () const |
|
bool | missing_responses (int64_t now) const |
|
void | set_write_state (WriteState value) |
|
void | UpdateReceiving (int64_t now) |
|
void | set_state (IceCandidatePairState state) |
|
void | set_connected (bool value) |
|
uint32_t | nomination () const |
|
void | OnMessage (rtc::Message *pmsg) |
|
Protected Member Functions inherited from rtc::MessageHandler |
| MessageHandler () |
|
| MessageHandler () |
|
| has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
|
virtual | ~has_slots_interface () |
|
| has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
|
virtual | ~has_slots_interface () |
|