LeviLamina
|
Public Member Functions | |
MCAPI void | AddRequestAuthInfo (::cricket::StunMessage *) |
MCAPI void | Close () |
MCAPI bool | CreateOrRefreshEntry (::cricket::Connection *, int) |
MCAPI bool | CreateTurnClientSocket () |
MCAPI void | DispatchPacket (char const *, uint64, ::rtc::SocketAddress const &, ::cricket::ProtocolType, int64) |
MCAPI bool | FailAndPruneConnection (::rtc::SocketAddress const &) |
MCAPI::cricket::TurnEntry * | FindEntry (int) const |
MCAPI::cricket::TurnEntry * | FindEntry (::rtc::SocketAddress const &) const |
MCAPI::rtc::SocketAddress | GetLocalAddress () const |
MCAPI void | HandleChannelData (int, char const *, uint64, int64) |
MCAPI void | HandleDataIndication (char const *, uint64, int64) |
MCAPI void | HandleRefreshError () |
MCAPI bool | HasPermission (::rtc::IPAddress const &) const |
MCAPI void | MaybeAddTurnLoggingId (::cricket::StunMessage *) |
MCAPI void | OnAllocateError (int, ::std::string_view) |
MCAPI void | OnAllocateMismatch () |
MCAPI void | OnAllocateRequestTimeout () |
MCAPI void | OnAllocateSuccess (::rtc::SocketAddress const &, ::rtc::SocketAddress const &) |
MCAPI void | OnRefreshError () |
MCAPI void | OnSendStunPacket (void const *, uint64, ::cricket::StunRequest *) |
MCAPI void | OnSocketClose (::rtc::AsyncPacketSocket *, int) |
MCAPI void | OnSocketConnect (::rtc::AsyncPacketSocket *) |
MCAPI::std::string | ReconstructServerUrl () |
MCAPI void | Release () |
MCAPI void | ResetNonce () |
MCAPI void | ResolveTurnAddress (::rtc::SocketAddress const &) |
MCAPI bool | ScheduleRefresh (uint) |
MCAPI int | Send (void const *, uint64, ::rtc::PacketOptions const &) |
MCAPI void | SendRequest (::cricket::StunRequest *, int) |
MCAPI bool | SetAlternateServer (::rtc::SocketAddress const &) |
MCAPI void | SetTurnLoggingId (::std::string_view) |
MCAPI void | TryAlternateServer () |
MCAPI bool | TurnCustomizerAllowChannelData (void const *, uint64, bool) |
MCAPI void | TurnCustomizerMaybeModifyOutgoingStunMessage (::cricket::StunMessage *) |
MCAPI | TurnPort (::webrtc::TaskQueueBase *, ::rtc::PacketSocketFactory *, ::rtc::Network const *, ::rtc::AsyncPacketSocket *, ::std::string_view, ::std::string_view, ::cricket::ProtocolAddress const &, ::cricket::RelayCredentials const &, int, ::std::vector<::std::string > const &, ::std::vector<::std::string > const &, ::webrtc::TurnCustomizer *, ::rtc::SSLCertificateVerifier *, ::webrtc::FieldTrialsView const *) |
MCAPI | TurnPort (::webrtc::TaskQueueBase *, ::rtc::PacketSocketFactory *, ::rtc::Network const *, ushort, ushort, ::std::string_view, ::std::string_view, ::cricket::ProtocolAddress const &, ::cricket::RelayCredentials const &, int, ::std::vector<::std::string > const &, ::std::vector<::std::string > const &, ::webrtc::TurnCustomizer *, ::rtc::SSLCertificateVerifier *, ::webrtc::FieldTrialsView const *) |
MCAPI void | UpdateHash () |
MCAPI bool | UpdateNonce (::cricket::StunMessage *) |
MCAPI void | set_nonce (::std::string_view) |
MCAPI void | set_realm (::std::string_view) |
MCAPI void * | $ctor (::webrtc::TaskQueueBase *, ::rtc::PacketSocketFactory *, ::rtc::Network const *, ::rtc::AsyncPacketSocket *, ::std::string_view, ::std::string_view, ::cricket::ProtocolAddress const &, ::cricket::RelayCredentials const &, int, ::std::vector<::std::string > const &, ::std::vector<::std::string > const &, ::webrtc::TurnCustomizer *, ::rtc::SSLCertificateVerifier *, ::webrtc::FieldTrialsView const *) |
MCAPI void * | $ctor (::webrtc::TaskQueueBase *, ::rtc::PacketSocketFactory *, ::rtc::Network const *, ushort, ushort, ::std::string_view, ::std::string_view, ::cricket::ProtocolAddress const &, ::cricket::RelayCredentials const &, int, ::std::vector<::std::string > const &, ::std::vector<::std::string > const &, ::webrtc::TurnCustomizer *, ::rtc::SSLCertificateVerifier *, ::webrtc::FieldTrialsView const *) |
Static Public Member Functions | |
static MCAPI bool | AllowedTurnPort (int, ::webrtc::FieldTrialsView const *) |
static MCAPI bool | Validate (::cricket::CreateRelayPortArgs const &) |
static MCAPI void ** | $vftableForHasSlots () |
static MCAPI void ** | $vftableForPortInterface () |
MCAPI cricket::TurnPort::TurnPort | ( | ::webrtc::TaskQueueBase * | , |
::rtc::PacketSocketFactory * | , | ||
::rtc::Network const * | , | ||
::rtc::AsyncPacketSocket * | , | ||
::std::string_view | , | ||
::std::string_view | , | ||
::cricket::ProtocolAddress const & | , | ||
::cricket::RelayCredentials const & | , | ||
int | , | ||
::std::vector<::std::string > const & | , | ||
::std::vector<::std::string > const & | , | ||
::webrtc::TurnCustomizer * | , | ||
::rtc::SSLCertificateVerifier * | , | ||
::webrtc::FieldTrialsView const * | ) |
MCAPI cricket::TurnPort::TurnPort | ( | ::webrtc::TaskQueueBase * | , |
::rtc::PacketSocketFactory * | , | ||
::rtc::Network const * | , | ||
ushort | , | ||
ushort | , | ||
::std::string_view | , | ||
::std::string_view | , | ||
::cricket::ProtocolAddress const & | , | ||
::cricket::RelayCredentials const & | , | ||
int | , | ||
::std::vector<::std::string > const & | , | ||
::std::vector<::std::string > const & | , | ||
::webrtc::TurnCustomizer * | , | ||
::rtc::SSLCertificateVerifier * | , | ||
::webrtc::FieldTrialsView const * | ) |
MCAPI void cricket::TurnPort::AddRequestAuthInfo | ( | ::cricket::StunMessage * | ) |
MCAPI void cricket::TurnPort::Close | ( | ) |
MCAPI bool cricket::TurnPort::CreateOrRefreshEntry | ( | ::cricket::Connection * | , |
int | ) |
MCAPI bool cricket::TurnPort::CreateTurnClientSocket | ( | ) |
MCAPI void cricket::TurnPort::DispatchPacket | ( | char const * | , |
uint64 | , | ||
::rtc::SocketAddress const & | , | ||
::cricket::ProtocolType | , | ||
int64 | ) |
MCAPI bool cricket::TurnPort::FailAndPruneConnection | ( | ::rtc::SocketAddress const & | ) |
MCAPI::cricket::TurnEntry * cricket::TurnPort::FindEntry | ( | int | ) | const |
MCAPI::cricket::TurnEntry * cricket::TurnPort::FindEntry | ( | ::rtc::SocketAddress const & | ) | const |
MCAPI::rtc::SocketAddress cricket::TurnPort::GetLocalAddress | ( | ) | const |
MCAPI void cricket::TurnPort::HandleChannelData | ( | int | , |
char const * | , | ||
uint64 | , | ||
int64 | ) |
MCAPI void cricket::TurnPort::HandleDataIndication | ( | char const * | , |
uint64 | , | ||
int64 | ) |
MCAPI void cricket::TurnPort::HandleRefreshError | ( | ) |
MCAPI bool cricket::TurnPort::HasPermission | ( | ::rtc::IPAddress const & | ) | const |
MCAPI void cricket::TurnPort::MaybeAddTurnLoggingId | ( | ::cricket::StunMessage * | ) |
MCAPI void cricket::TurnPort::OnAllocateError | ( | int | , |
::std::string_view | ) |
MCAPI void cricket::TurnPort::OnAllocateMismatch | ( | ) |
MCAPI void cricket::TurnPort::OnAllocateRequestTimeout | ( | ) |
MCAPI void cricket::TurnPort::OnAllocateSuccess | ( | ::rtc::SocketAddress const & | , |
::rtc::SocketAddress const & | ) |
MCAPI void cricket::TurnPort::OnRefreshError | ( | ) |
MCAPI void cricket::TurnPort::OnSendStunPacket | ( | void const * | , |
uint64 | , | ||
::cricket::StunRequest * | ) |
MCAPI void cricket::TurnPort::OnSocketClose | ( | ::rtc::AsyncPacketSocket * | , |
int | ) |
MCAPI void cricket::TurnPort::OnSocketConnect | ( | ::rtc::AsyncPacketSocket * | ) |
MCAPI::std::string cricket::TurnPort::ReconstructServerUrl | ( | ) |
MCAPI void cricket::TurnPort::Release | ( | ) |
MCAPI void cricket::TurnPort::ResetNonce | ( | ) |
MCAPI void cricket::TurnPort::ResolveTurnAddress | ( | ::rtc::SocketAddress const & | ) |
MCAPI bool cricket::TurnPort::ScheduleRefresh | ( | uint | ) |
MCAPI int cricket::TurnPort::Send | ( | void const * | , |
uint64 | , | ||
::rtc::PacketOptions const & | ) |
MCAPI void cricket::TurnPort::SendRequest | ( | ::cricket::StunRequest * | , |
int | ) |
MCAPI bool cricket::TurnPort::SetAlternateServer | ( | ::rtc::SocketAddress const & | ) |
MCAPI void cricket::TurnPort::SetTurnLoggingId | ( | ::std::string_view | ) |
MCAPI void cricket::TurnPort::TryAlternateServer | ( | ) |
MCAPI bool cricket::TurnPort::TurnCustomizerAllowChannelData | ( | void const * | , |
uint64 | , | ||
bool | ) |
MCAPI void cricket::TurnPort::TurnCustomizerMaybeModifyOutgoingStunMessage | ( | ::cricket::StunMessage * | ) |
MCAPI void cricket::TurnPort::UpdateHash | ( | ) |
MCAPI bool cricket::TurnPort::UpdateNonce | ( | ::cricket::StunMessage * | ) |
MCAPI void cricket::TurnPort::set_nonce | ( | ::std::string_view | ) |
MCAPI void cricket::TurnPort::set_realm | ( | ::std::string_view | ) |
|
static |
|
static |
MCAPI void * cricket::TurnPort::$ctor | ( | ::webrtc::TaskQueueBase * | , |
::rtc::PacketSocketFactory * | , | ||
::rtc::Network const * | , | ||
::rtc::AsyncPacketSocket * | , | ||
::std::string_view | , | ||
::std::string_view | , | ||
::cricket::ProtocolAddress const & | , | ||
::cricket::RelayCredentials const & | , | ||
int | , | ||
::std::vector<::std::string > const & | , | ||
::std::vector<::std::string > const & | , | ||
::webrtc::TurnCustomizer * | , | ||
::rtc::SSLCertificateVerifier * | , | ||
::webrtc::FieldTrialsView const * | ) |
MCAPI void * cricket::TurnPort::$ctor | ( | ::webrtc::TaskQueueBase * | , |
::rtc::PacketSocketFactory * | , | ||
::rtc::Network const * | , | ||
ushort | , | ||
ushort | , | ||
::std::string_view | , | ||
::std::string_view | , | ||
::cricket::ProtocolAddress const & | , | ||
::cricket::RelayCredentials const & | , | ||
int | , | ||
::std::vector<::std::string > const & | , | ||
::std::vector<::std::string > const & | , | ||
::webrtc::TurnCustomizer * | , | ||
::rtc::SSLCertificateVerifier * | , | ||
::webrtc::FieldTrialsView const * | ) |
|
static |
|
static |