#include <stun.h>
|
| StunByteStringAttribute (uint16_t type) |
|
| StunByteStringAttribute (uint16_t type, const std::string &str) |
|
| StunByteStringAttribute (uint16_t type, const void *bytes, size_t length) |
|
| StunByteStringAttribute (uint16_t type, uint16_t length) |
|
| ~StunByteStringAttribute () |
|
virtual StunAttributeValueType | value_type () const |
|
const char * | bytes () const |
|
std::string | GetString () const |
|
void | CopyBytes (const char *bytes) |
|
void | CopyBytes (const void *bytes, size_t length) |
|
uint8_t | GetByte (size_t index) const |
|
void | SetByte (size_t index, uint8_t value) |
|
virtual bool | Read (rtc::ByteBufferReader *buf) |
|
virtual bool | Write (rtc::ByteBufferWriter *buf) const |
|
| StunByteStringAttribute (uint16_t type) |
|
| StunByteStringAttribute (uint16_t type, const std::string &str) |
|
| StunByteStringAttribute (uint16_t type, const void *bytes, size_t length) |
|
| StunByteStringAttribute (uint16_t type, uint16_t length) |
|
| ~StunByteStringAttribute () |
|
virtual StunAttributeValueType | value_type () const |
|
const char * | bytes () const |
|
std::string | GetString () const |
|
void | CopyBytes (const char *bytes) |
|
void | CopyBytes (const void *bytes, size_t length) |
|
uint8_t | GetByte (size_t index) const |
|
void | SetByte (size_t index, uint8_t value) |
|
virtual bool | Read (rtc::ByteBufferReader *buf) |
|
virtual bool | Write (rtc::ByteBufferWriter *buf) const |
|
virtual | ~StunAttribute () |
|
int | type () const |
|
size_t | length () const |
|
virtual void | SetOwner (StunMessage *) |
|
virtual | ~StunAttribute () |
|
int | type () const |
|
size_t | length () const |
|
virtual void | SetOwner (StunMessage *) |
|
◆ StunByteStringAttribute() [1/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type | ) |
|
|
explicit |
◆ StunByteStringAttribute() [2/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type, |
|
|
const std::string & |
str |
|
) |
| |
◆ StunByteStringAttribute() [3/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type, |
|
|
const void * |
bytes, |
|
|
size_t |
length |
|
) |
| |
◆ StunByteStringAttribute() [4/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type, |
|
|
uint16_t |
length |
|
) |
| |
◆ ~StunByteStringAttribute() [1/2]
cricket::StunByteStringAttribute::~StunByteStringAttribute |
( |
| ) |
|
◆ StunByteStringAttribute() [5/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type | ) |
|
|
explicit |
◆ StunByteStringAttribute() [6/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type, |
|
|
const std::string & |
str |
|
) |
| |
◆ StunByteStringAttribute() [7/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type, |
|
|
const void * |
bytes, |
|
|
size_t |
length |
|
) |
| |
◆ StunByteStringAttribute() [8/8]
cricket::StunByteStringAttribute::StunByteStringAttribute |
( |
uint16_t |
type, |
|
|
uint16_t |
length |
|
) |
| |
◆ ~StunByteStringAttribute() [2/2]
cricket::StunByteStringAttribute::~StunByteStringAttribute |
( |
| ) |
|
◆ bytes() [1/2]
const char* cricket::StunByteStringAttribute::bytes |
( |
| ) |
const |
|
inline |
◆ bytes() [2/2]
const char* cricket::StunByteStringAttribute::bytes |
( |
| ) |
const |
|
inline |
◆ CopyBytes() [1/4]
void cricket::StunByteStringAttribute::CopyBytes |
( |
const char * |
bytes | ) |
|
◆ CopyBytes() [2/4]
void cricket::StunByteStringAttribute::CopyBytes |
( |
const char * |
bytes | ) |
|
◆ CopyBytes() [3/4]
void cricket::StunByteStringAttribute::CopyBytes |
( |
const void * |
bytes, |
|
|
size_t |
length |
|
) |
| |
◆ CopyBytes() [4/4]
void cricket::StunByteStringAttribute::CopyBytes |
( |
const void * |
bytes, |
|
|
size_t |
length |
|
) |
| |
◆ GetByte() [1/2]
uint8_t cricket::StunByteStringAttribute::GetByte |
( |
size_t |
index | ) |
const |
◆ GetByte() [2/2]
uint8_t cricket::StunByteStringAttribute::GetByte |
( |
size_t |
index | ) |
const |
◆ GetString() [1/2]
std::string cricket::StunByteStringAttribute::GetString |
( |
| ) |
const |
|
inline |
◆ GetString() [2/2]
std::string cricket::StunByteStringAttribute::GetString |
( |
| ) |
const |
|
inline |
◆ Read() [1/2]
◆ Read() [2/2]
◆ SetByte() [1/2]
◆ SetByte() [2/2]
◆ value_type() [1/2]
◆ value_type() [2/2]
◆ Write() [1/2]
◆ Write() [2/2]
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/p2p/base/stun.h
- Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun.cc