|
|
Connection & | operator= (Connection const &) |
|
| Connection (Connection const &) |
| virtual::webrtc::Candidate const & | local_candidate () const |
| virtual::webrtc::Candidate const & | remote_candidate () const |
|
virtual::webrtc::Network const * | network () const |
|
virtual int | generation () const |
|
virtual uint64 | priority () const |
|
virtual int | Send (void const *data, uint64 size, ::webrtc::AsyncSocketPacketOptions const &options)=0 |
|
virtual int | GetError ()=0 |
|
virtual void | OnConnectionRequestResponse (::webrtc::StunRequest *request, ::webrtc::StunMessage *response) |
| MCAPI ::std::unique_ptr<::webrtc::IceMessage > | BuildPingRequest (::std::unique_ptr<::webrtc::StunByteStringAttribute > delta) |
| MCAPI uint | ComputeNetworkCost () const |
| MCAPI | Connection (::webrtc::Environment const &env, ::webrtc::WeakPtr<::webrtc::PortInterface > port, uint64 index, ::webrtc::Candidate const &remote_candidate) |
| MCAPI void | DeregisterDtlsPiggyback () |
| MCAPI void | DeregisterReceivedPacketCallback () |
| MCAPI void | Destroy () |
| MCAPI void | FailAndPrune () |
| MCAPI void | ForgetLearnedState () |
| MCAPI void | HandlePiggybackCheckAcknowledgementIfAny (::webrtc::StunMessage *msg) |
| MCAPI void | HandleStunBindingOrGoogPingRequest (::webrtc::IceMessage *msg) |
| MCAPI::webrtc::Timestamp | LastDataReceived () const |
| MCAPI::webrtc::Timestamp | LastPingReceived () const |
| MCAPI::webrtc::Timestamp | LastPingResponseReceived () const |
| MCAPI::webrtc::Timestamp | LastPingSent () const |
| MCAPI::webrtc::Timestamp | LastReceived () const |
| MCAPI void | MaybeAddDtlsPiggybackingAttributes (::webrtc::StunMessage *msg) |
| MCAPI void | MaybeHandleDtlsPiggybackingAttributes (::webrtc::StunMessage const *msg, ::webrtc::StunRequest const *original_request) |
| MCAPI void | MaybeSetRemoteIceParametersAndGeneration (::webrtc::IceParameters const &ice_params, int generation) |
| MCAPI void | MaybeUpdateLocalCandidate (::webrtc::StunRequest *request, ::webrtc::StunMessage *response) |
| MCAPI void | MaybeUpdatePeerReflexiveCandidate (::webrtc::Candidate const &new_candidate) |
| MCAPI void | OnConnectionRequestErrorResponse (::webrtc::Connection::ConnectionRequest *request, ::webrtc::StunMessage *response) |
| MCAPI void | OnConnectionRequestSent (::webrtc::Connection::ConnectionRequest *request) |
| MCAPI void | OnConnectionRequestTimeout (::webrtc::Connection::ConnectionRequest *request) |
| MCAPI void | OnReadPacket (::webrtc::ReceivedIpPacket const &packet) |
| MCAPI void | OnReadyToSend () |
| MCAPI void | OnSendStunPacket (void const *data, uint64 size, ::webrtc::StunRequest *req) |
| MCAPI void | Ping (::webrtc::Timestamp now, ::std::unique_ptr<::webrtc::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 (::webrtc::TimeDelta rtt, ::std::string_view, ::std::optional< uint > const &nomination) |
| MCAPI::webrtc::Timestamp | ReceivingUnchangedSince () const |
| MCAPI void | RegisterReceivedPacketCallback (::absl::AnyInvocable< void(::webrtc::Connection *, ::webrtc::ReceivedIpPacket const &)> received_packet_callback) |
| MCAPI::webrtc::TimeDelta | Rtt () const |
| MCAPI void | SendResponseMessage (::webrtc::StunMessage const &response) |
| MCAPI void | SendStunBindingResponse (::webrtc::StunMessage const *message) |
| MCAPI void | SetIceFieldTrials (::webrtc::IceFieldTrials const *field_trials) |
| MCAPI void | SetInactiveTimeout (::std::optional<::webrtc::TimeDelta > value) |
| MCAPI void | SetLocalCandidateNetworkCost (ushort cost) |
| MCAPI void | SetReceivingTimeout (::std::optional<::webrtc::TimeDelta > receiving_timeout) |
| MCAPI void | SetUnwritableTimeout (::std::optional<::webrtc::TimeDelta > value) |
| MCAPI bool | Shutdown () |
| 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 (::webrtc::Timestamp now) |
| MCAPI void | UpdateState (::webrtc::Timestamp now) |
| MCAPI bool | active () const |
| MCAPI bool | connected () const |
| MCAPI bool | dead (::webrtc::Timestamp now) const |
| MCAPI int64 | last_data_received () const |
| MCAPI int64 | last_ping_received () const |
| MCAPI int64 | last_ping_sent () const |
| MCAPI::webrtc::TaskQueueBase * | network_thread () const |
| MCAPI bool | nominated () const |
| MCAPI int | num_pings_sent () const |
| MCAPI::webrtc::PortInterface * | port () |
| MCAPI bool | receiving () const |
| MCAPI int64 | receiving_unchanged_since () const |
| MCAPI uint | remote_nomination () const |
| MCAPI int | rtt () 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_nomination (uint value) |
| MCAPI void | set_selected (bool selected) |
| MCAPI void | set_state (::webrtc::IceCandidatePairState state) |
| MCAPI void | set_unwritable_min_checks (::std::optional< int > const &value) |
| MCAPI void | set_use_candidate_attr (bool enable) |
| MCAPI void | set_write_state (::webrtc::Connection::WriteState value) |
| MCAPI bool | stable (::webrtc::Timestamp now) const |
| MCAPI::webrtc::IceCandidatePairState | state () const |
| MCAPI::webrtc::ConnectionInfo | stats () |
| MCAPI bool | weak () const |
| MCAPI bool | writable () const |
| MCAPI::webrtc::Connection::WriteState | write_state () const |
| MCAPI void * | $ctor (::webrtc::Environment const &env, ::webrtc::WeakPtr<::webrtc::PortInterface > port, uint64 index, ::webrtc::Candidate const &remote_candidate) |
| MCAPI void | $dtor () |
| MCAPI::webrtc::Candidate const & | $local_candidate () const |
| MCAPI::webrtc::Candidate const & | $remote_candidate () const |
| MCAPI::webrtc::Network const * | $network () const |
| MCAPI int | $generation () const |
| MCAPI uint64 | $priority () const |
| MCAPI void | $OnConnectionRequestResponse (::webrtc::StunRequest *request, ::webrtc::StunMessage *response) |
|
|
::ll::UntypedStorage< 8, 48 > | mUnk5dc422 |
|
::ll::UntypedStorage< 8, 48 > | mUnk302e81 |
|
::ll::UntypedStorage< 8, 48 > | mUnk331970 |
|
::ll::UntypedStorage< 8, 48 > | mUnk829103 |
|
::ll::UntypedStorage< 8, 40 > | mUnk415ba1 |
|
::ll::UntypedStorage< 8, 8 > | mUnk3bedab |
|
::ll::UntypedStorage< 4, 4 > | mUnk673bc5 |
|
::ll::UntypedStorage< 8, 16 > | mUnk448fdf |
|
::ll::UntypedStorage< 8, 528 > | mUnk7d7bc8 |
|
::ll::UntypedStorage< 8, 528 > | mUnk650b6b |
|
::ll::UntypedStorage< 8, 1264 > | mUnk308b74 |
|
::ll::UntypedStorage< 8, 64 > | mUnk4ee8d7 |
|
::ll::UntypedStorage< 8, 64 > | mUnkd02ae8 |
|
::ll::UntypedStorage< 8, 8 > | mUnk3d9ee0 |
|
::ll::UntypedStorage< 4, 4 > | mUnkf983f1 |
|
::ll::UntypedStorage< 1, 1 > | mUnk1bfb02 |
|
::ll::UntypedStorage< 1, 1 > | mUnk803ec6 |
|
::ll::UntypedStorage< 1, 1 > | mUnk84c8ac |
|
::ll::UntypedStorage< 1, 1 > | mUnk23f606 |
|
::ll::UntypedStorage< 1, 1 > | mUnkeb5de9 |
|
::ll::UntypedStorage< 4, 4 > | mUnk4dafae |
|
::ll::UntypedStorage< 4, 4 > | mUnkae3315 |
|
::ll::UntypedStorage< 4, 4 > | mUnk4355af |
|
::ll::UntypedStorage< 8, 88 > | mUnk47bff6 |
|
::ll::UntypedStorage< 8, 8 > | mUnk1491d4 |
|
::ll::UntypedStorage< 4, 4 > | mUnk2f910e |
|
::ll::UntypedStorage< 8, 8 > | mUnk1edadb |
|
::ll::UntypedStorage< 8, 8 > | mUnk447f49 |
|
::ll::UntypedStorage< 8, 16 > | mUnke6a9e4 |
|
::ll::UntypedStorage< 8, 8 > | mUnk4dc3b6 |
|
::ll::UntypedStorage< 8, 8 > | mUnk688a81 |
|
::ll::UntypedStorage< 8, 8 > | mUnke05152 |
|
::ll::UntypedStorage< 8, 8 > | mUnk6e2acb |
|
::ll::UntypedStorage< 8, 8 > | mUnk8a82e7 |
|
::ll::UntypedStorage< 8, 24 > | mUnkf5cd4e |
|
::ll::UntypedStorage< 8, 40 > | mUnk6fb81c |
|
::ll::UntypedStorage< 8, 16 > | mUnk67603c |
|
::ll::UntypedStorage< 4, 8 > | mUnk122678 |
|
::ll::UntypedStorage< 8, 16 > | mUnk84eb8b |
|
::ll::UntypedStorage< 4, 4 > | mUnk6de527 |
|
::ll::UntypedStorage< 8, 16 > | mUnkf7d89f |
|
::ll::UntypedStorage< 8, 8 > | mUnk129150 |
|
::ll::UntypedStorage< 8, 8 > | mUnk8f03a8 |
|
::ll::UntypedStorage< 4, 4 > | mUnkf22a9f |
|
::ll::UntypedStorage< 4, 32 > | mUnk7f7156 |
|
::ll::UntypedStorage< 8, 8 > | mUnk456d2d |
|
::ll::UntypedStorage< 1, 2 > | mUnk5d0132 |
|
::ll::UntypedStorage< 8, 8 > | mUnkf17e1d |
|
::ll::UntypedStorage< 8, 8 > | mUnk32942d |
|
::ll::UntypedStorage< 8, 48 > | mUnk21989a |
|
::ll::UntypedStorage< 8, 72 > | mUnkbdb7a1 |
|
::ll::UntypedStorage< 8, 72 > | mUnkedcb3f |
|
::ll::UntypedStorage< 8, 32 > | mUnk8609c8 |
|
::ll::UntypedStorage< 8, 64 > | mUnk15fb04 |