|
TCPConnection & | operator= (TCPConnection const &) |
|
| TCPConnection (TCPConnection const &) |
|
virtual int | Send (void const *data, uint64 len, ::rtc::PacketOptions const &options) |
|
virtual int | GetError () |
|
virtual void | OnConnectionRequestResponse (::cricket::StunRequest *request, ::cricket::StunMessage *response) |
|
MCAPI void | ConnectSocketSignals (::rtc::AsyncPacketSocket *socket) |
|
MCAPI void | CreateOutgoingTcpSocket () |
|
MCAPI void | DisconnectSocketSignals (::rtc::AsyncPacketSocket *socket) |
|
MCAPI void | MaybeReconnect () |
|
MCAPI void | OnClose (::rtc::AsyncPacketSocket *socket, int error) |
|
MCAPI void | OnConnect (::rtc::AsyncPacketSocket *socket) |
|
MCAPI void | OnDestroyed (::cricket::Connection *c) |
|
MCAPI void | OnReadPacket (::rtc::AsyncPacketSocket *socket, ::rtc::ReceivedPacket const &packet) |
|
MCAPI void | OnReadyToSend (::rtc::AsyncPacketSocket *socket) |
|
MCAPI | TCPConnection (::rtc::WeakPtr<::cricket::Port > tcp_port, ::cricket::Candidate const &candidate, ::rtc::AsyncPacketSocket *socket) |
|
MCAPI void * | $ctor (::rtc::WeakPtr<::cricket::Port > tcp_port, ::cricket::Candidate const &candidate, ::rtc::AsyncPacketSocket *socket) |
|
MCAPI void | $dtor () |
|
MCAPI int | $Send (void const *data, uint64 len, ::rtc::PacketOptions const &options) |
|
MCAPI int | $GetError () |
|
MCAPI void | $OnConnectionRequestResponse (::cricket::StunRequest *request, ::cricket::StunMessage *response) |
|
virtual::cricket::Candidate const & | local_candidate () const |
|
virtual::cricket::Candidate const & | remote_candidate () const |
|
virtual::rtc::Network const * | network () const |
|
virtual int | generation () const |
|
virtual uint64 | priority () const |
|
MCAPI ::std::unique_ptr<::cricket::IceMessage > | BuildPingRequest (::std::unique_ptr<::cricket::StunByteStringAttribute > delta) |
|
MCAPI uint | ComputeNetworkCost () const |
|
MCAPI void | DeregisterReceivedPacketCallback () |
|
MCAPI void | Destroy () |
|
MCAPI void | FailAndPrune () |
|
MCAPI void | ForgetLearnedState () |
|
MCAPI void | HandlePiggybackCheckAcknowledgementIfAny (::cricket::StunMessage *msg) |
|
MCAPI void | HandleStunBindingOrGoogPingRequest (::cricket::IceMessage *msg) |
|
MCAPI void | LogCandidatePairConfig (::webrtc::IceCandidatePairConfigType type) |
|
MCAPI void | LogCandidatePairEvent (::webrtc::IceCandidatePairEventType type, uint transaction_id) |
|
MCAPI void | MaybeSetRemoteIceParametersAndGeneration (::cricket::IceParameters const &ice_params, int generation) |
|
MCAPI void | MaybeUpdateLocalCandidate (::cricket::StunRequest *request, ::cricket::StunMessage *response) |
|
MCAPI void | MaybeUpdatePeerReflexiveCandidate (::cricket::Candidate const &new_candidate) |
|
MCAPI void | OnConnectionRequestErrorResponse (::cricket::Connection::ConnectionRequest *request, ::cricket::StunMessage *response) |
|
MCAPI void | OnConnectionRequestSent (::cricket::Connection::ConnectionRequest *request) |
|
MCAPI void | OnConnectionRequestTimeout (::cricket::Connection::ConnectionRequest *request) |
|
MCAPI void | OnReadPacket (::rtc::ReceivedPacket const &packet) |
|
MCAPI void | OnReadyToSend () |
|
MCAPI void | OnSendStunPacket (void const *data, uint64 size, ::cricket::StunRequest *req) |
|
MCAPI void | Ping (int64 now, ::std::unique_ptr<::cricket::StunByteStringAttribute > delta) |
|
MCAPI void | PrintPingsSinceLastResponse (::std::string *s, uint64 max) |
|
MCAPI void | Prune () |
|
MCAPI void | ReceivedPing (::std::optional<::std::string > const &request_id) |
|
MCAPI void | ReceivedPingResponse (int rtt, ::std::string_view request_id, ::std::optional< uint > const &nomination) |
|
MCAPI void | RegisterReceivedPacketCallback (::absl::AnyInvocable< void(::cricket::Connection *, ::rtc::ReceivedPacket const &)> received_packet_callback) |
|
MCAPI void | SendGoogPingResponse (::cricket::StunMessage const *message) |
|
MCAPI void | SendResponseMessage (::cricket::StunMessage const &response) |
|
MCAPI void | SendStunBindingResponse (::cricket::StunMessage const *message) |
|
MCAPI void | SetIceFieldTrials (::cricket::IceFieldTrials const *field_trials) |
|
MCAPI void | SetLocalCandidateNetworkCost (ushort cost) |
|
MCAPI void | SetStunDictConsumer (::std::function<::std::unique_ptr<::cricket::StunAttribute >(::cricket::StunByteStringAttribute const *)> goog_delta_consumer, ::std::function< void(::webrtc::RTCErrorOr<::cricket::StunUInt64Attribute const * >)> goog_delta_ack_consumer) |
|
MCAPI bool | ShouldSendGoogPing (::cricket::StunMessage const *message) |
|
MCAPI bool | Shutdown () |
|
MCAPI::std::string | ToDebugId () const |
|
MCAPI::webrtc::IceCandidatePairDescription const & | ToLogDescription () |
|
MCAPI::std::string | ToString () const |
|
MCAPI bool | TooManyOutstandingPings (::std::optional< int > const &max_outstanding_pings) const |
|
MCAPI void | UpdateLocalIceParameters (int component, ::std::string_view username_fragment, ::std::string_view password) |
|
MCAPI void | UpdateReceiving (int64 now) |
|
MCAPI void | UpdateState (int64 now) |
|
MCAPI uint | acked_nomination () const |
|
MCAPI bool | active () const |
|
MCAPI bool | connected () const |
|
MCAPI bool | dead (int64 now) const |
|
MCAPI int | inactive_timeout () const |
|
MCAPI int64 | last_data_received () const |
|
MCAPI int64 | last_ping_received () const |
|
MCAPI int64 | last_ping_response_received () const |
|
MCAPI int64 | last_ping_sent () const |
|
MCAPI int64 | last_received () const |
|
MCAPI bool | missing_responses (int64 now) const |
|
MCAPI::webrtc::TaskQueueBase * | network_thread () const |
|
MCAPI bool | nominated () const |
|
MCAPI int | num_pings_sent () const |
|
MCAPI::cricket::PortInterface * | port () |
|
MCAPI uint | prflx_priority () const |
|
MCAPI bool | receiving () const |
|
MCAPI int | receiving_timeout () const |
|
MCAPI int64 | receiving_unchanged_since () const |
|
MCAPI uint | remote_nomination () const |
|
MCAPI int | rtt () const |
|
MCAPI bool | rtt_converged () const |
|
MCAPI int | rtt_samples () const |
|
MCAPI void | set_connected (bool value) |
|
MCAPI void | set_ice_event_log (::webrtc::IceEventLog *ice_event_log) |
|
MCAPI void | set_inactive_timeout (::std::optional< int > const &value) |
|
MCAPI void | set_nomination (uint value) |
|
MCAPI void | set_receiving_timeout (::std::optional< int > receiving_timeout_ms) |
|
MCAPI void | set_remote_nomination (uint remote_nomination) |
|
MCAPI void | set_selected (bool selected) |
|
MCAPI void | set_state (::cricket::IceCandidatePairState state) |
|
MCAPI void | set_unwritable_min_checks (::std::optional< int > const &value) |
|
MCAPI void | set_unwritable_timeout (::std::optional< int > const &value_ms) |
|
MCAPI void | set_use_candidate_attr (bool enable) |
|
MCAPI void | set_write_state (::cricket::Connection::WriteState value) |
|
MCAPI bool | stable (int64 now) const |
|
MCAPI::cricket::IceCandidatePairState | state () const |
|
MCAPI::cricket::ConnectionInfo | stats () |
|
MCAPI int | unwritable_min_checks () const |
|
MCAPI int | unwritable_timeout () const |
|
MCAPI bool | use_candidate_attr () const |
|
MCAPI bool | weak () const |
|
MCAPI bool | writable () const |
|
MCAPI::cricket::Connection::WriteState | write_state () const |
|
MCAPI void * | $ctor (::rtc::WeakPtr<::cricket::PortInterface > port, uint64 index, ::cricket::Candidate const &remote_candidate) |
|
MCAPI::cricket::Candidate const & | $local_candidate () const |
|
MCAPI::cricket::Candidate const & | $remote_candidate () const |
|
MCAPI::rtc::Network const * | $network () const |
|
MCAPI int | $generation () const |
|
MCAPI uint64 | $priority () const |
|
|
::ll::UntypedStorage< 8, 8 > | mUnk2308f7 |
|
::ll::UntypedStorage< 4, 4 > | mUnk8ca25d |
|
::ll::UntypedStorage< 1, 1 > | mUnka7b132 |
|
::ll::UntypedStorage< 1, 1 > | mUnk8a6d3a |
|
::ll::UntypedStorage< 1, 1 > | mUnk3bd6ac |
|
::ll::UntypedStorage< 4, 4 > | mUnk57a7d5 |
|
::ll::UntypedStorage< 8, 8 > | mUnk71a217 |
|
::ll::UntypedStorage< 8, 48 > | mUnk3f0a0b |
|
::ll::UntypedStorage< 8, 48 > | mUnk5c9268 |
|
::ll::UntypedStorage< 8, 48 > | mUnk5a1415 |
|
::ll::UntypedStorage< 8, 48 > | mUnke47184 |
|
::ll::UntypedStorage< 8, 8 > | mUnk3ccaad |
|
::ll::UntypedStorage< 4, 4 > | mUnka4e8b3 |
|
::ll::UntypedStorage< 8, 16 > | mUnk4b5d48 |
|
::ll::UntypedStorage< 8, 528 > | mUnkfd2318 |
|
::ll::UntypedStorage< 8, 528 > | mUnke86cd7 |
|
::ll::UntypedStorage< 8, 1264 > | mUnk9bba3d |
|
::ll::UntypedStorage< 8, 64 > | mUnk11421d |
|
::ll::UntypedStorage< 8, 64 > | mUnk45bb40 |
|
::ll::UntypedStorage< 8, 8 > | mUnkf2e0f7 |
|
::ll::UntypedStorage< 4, 4 > | mUnkd84a4f |
|
::ll::UntypedStorage< 1, 1 > | mUnka7b348 |
|
::ll::UntypedStorage< 1, 1 > | mUnk8063e7 |
|
::ll::UntypedStorage< 1, 1 > | mUnk2a3bb6 |
|
::ll::UntypedStorage< 1, 1 > | mUnk86144b |
|
::ll::UntypedStorage< 1, 1 > | mUnkc42684 |
|
::ll::UntypedStorage< 4, 4 > | mUnk31ab71 |
|
::ll::UntypedStorage< 4, 4 > | mUnkad8260 |
|
::ll::UntypedStorage< 4, 4 > | mUnk9e0f85 |
|
::ll::UntypedStorage< 8, 88 > | mUnka2cf48 |
|
::ll::UntypedStorage< 4, 4 > | mUnk505d39 |
|
::ll::UntypedStorage< 4, 4 > | mUnkadc045 |
|
::ll::UntypedStorage< 8, 8 > | mUnk88f318 |
|
::ll::UntypedStorage< 8, 8 > | mUnk5462c6 |
|
::ll::UntypedStorage< 4, 8 > | mUnkf61de6 |
|
::ll::UntypedStorage< 8, 8 > | mUnkb7f01c |
|
::ll::UntypedStorage< 8, 8 > | mUnk493c56 |
|
::ll::UntypedStorage< 8, 8 > | mUnk229f6a |
|
::ll::UntypedStorage< 8, 8 > | mUnkfe8645 |
|
::ll::UntypedStorage< 8, 8 > | mUnke55350 |
|
::ll::UntypedStorage< 8, 24 > | mUnka4e57f |
|
::ll::UntypedStorage< 8, 40 > | mUnk3637f3 |
|
::ll::UntypedStorage< 4, 8 > | mUnka9dcaa |
|
::ll::UntypedStorage< 4, 8 > | mUnk3b3c10 |
|
::ll::UntypedStorage< 4, 8 > | mUnk31a8d0 |
|
::ll::UntypedStorage< 4, 4 > | mUnk2826e3 |
|
::ll::UntypedStorage< 4, 8 > | mUnke7b4da |
|
::ll::UntypedStorage< 8, 8 > | mUnk576994 |
|
::ll::UntypedStorage< 8, 8 > | mUnkddf605 |
|
::ll::UntypedStorage< 4, 4 > | mUnk9009ab |
|
::ll::UntypedStorage< 4, 32 > | mUnk458f0c |
|
::ll::UntypedStorage< 8, 8 > | mUnk8ee217 |
|
::ll::UntypedStorage< 1, 2 > | mUnk8ecc94 |
|
::ll::UntypedStorage< 8, 8 > | mUnk71a997 |
|
::ll::UntypedStorage< 8, 8 > | mUnk2c3072 |
|
::ll::UntypedStorage< 8, 48 > | mUnk61f319 |
|
::ll::UntypedStorage< 8, 72 > | mUnk327e9d |
|
::ll::UntypedStorage< 8, 72 > | mUnke0cb71 |
|
::ll::UntypedStorage< 8, 32 > | mUnk412384 |
|