|
virtual::cricket::StunAttributeValueType | GetAttributeValueType (int) const |
|
virtual::cricket::StunMessage * | CreateNew () const |
|
MCAPI void | AddAttribute (::std::unique_ptr<::cricket::StunAttribute >) |
|
MCAPI bool | AddFingerprint () |
|
MCAPI bool | AddMessageIntegrity (::std::string_view) |
|
MCAPI bool | AddMessageIntegrity32 (::std::string_view) |
|
MCAPI bool | AddMessageIntegrityOfType (int, uint64, ::std::string_view) |
|
MCAPI ::std::unique_ptr<::cricket::StunMessage > | Clone () const |
|
MCAPI::cricket::StunAttribute * | CreateAttribute (int, uint64) |
|
MCAPI bool | EqualAttributes (::cricket::StunMessage const *, ::std::function< bool(int)>) const |
|
MCAPI::cricket::StunAddressAttribute const * | GetAddress (int) const |
|
MCAPI::cricket::StunAttribute const * | GetAttribute (int) const |
|
MCAPI::cricket::StunByteStringAttribute const * | GetByteString (int) const |
|
MCAPI::cricket::StunErrorCodeAttribute const * | GetErrorCode () const |
|
MCAPI int | GetErrorCodeValue () const |
|
MCAPI ::std::vector< ushort > | GetNonComprehendedAttributes () const |
|
MCAPI::cricket::StunUInt16ListAttribute const * | GetUInt16List (int) const |
|
MCAPI::cricket::StunUInt32Attribute const * | GetUInt32 (int) const |
|
MCAPI::cricket::StunUInt64Attribute const * | GetUInt64 (int) const |
|
MCAPI bool | IsLegacy () const |
|
MCAPI bool | Read (::rtc::ByteBufferReader *) |
|
MCAPI::cricket::StunMessage::IntegrityStatus | RevalidateMessageIntegrity (::std::string const &) |
|
MCAPI::cricket::StunMessage::IntegrityStatus | ValidateMessageIntegrity (::std::string const &) |
|
MCAPI bool | Write (::rtc::ByteBufferWriter *) const |
|
MCAPI void * | $ctor () |
|
MCAPI void * | $ctor (ushort) |
|
MCAPI void * | $ctor (ushort, ::std::string_view) |
|