#include <testclient.h>
|
| TestClient (AsyncPacketSocket *socket) |
|
| ~TestClient () override |
|
SocketAddress | address () const |
|
SocketAddress | remote_address () const |
|
bool | CheckConnState (AsyncPacketSocket::State state) |
|
bool | CheckConnected () |
|
int | Send (const char *buf, size_t size) |
|
int | SendTo (const char *buf, size_t size, const SocketAddress &dest) |
|
Packet * | NextPacket (int timeout_ms) |
|
bool | CheckNextPacket (const char *buf, size_t len, SocketAddress *addr) |
|
bool | CheckNoPacket () |
|
int | GetError () |
|
int | SetOption (Socket::Option opt, int value) |
|
bool | ready_to_send () const |
|
int | ready_to_send_count () const |
|
| TestClient (AsyncPacketSocket *socket) |
|
| ~TestClient () override |
|
SocketAddress | address () const |
|
SocketAddress | remote_address () const |
|
bool | CheckConnState (AsyncPacketSocket::State state) |
|
bool | CheckConnected () |
|
int | Send (const char *buf, size_t size) |
|
int | SendTo (const char *buf, size_t size, const SocketAddress &dest) |
|
Packet * | NextPacket (int timeout_ms) |
|
bool | CheckNextPacket (const char *buf, size_t len, SocketAddress *addr) |
|
bool | CheckNoPacket () |
|
int | GetError () |
|
int | SetOption (Socket::Option opt, int value) |
|
bool | ready_to_send () const |
|
int | ready_to_send_count () const |
|
| has_slots () |
|
| has_slots () |
|
| ~has_slots () |
|
| ~has_slots () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
◆ TestClient() [1/2]
◆ ~TestClient() [1/2]
rtc::TestClient::~TestClient |
( |
| ) |
|
|
override |
◆ TestClient() [2/2]
◆ ~TestClient() [2/2]
rtc::TestClient::~TestClient |
( |
| ) |
|
|
override |
◆ address() [1/2]
◆ address() [2/2]
◆ CheckConnected() [1/2]
bool rtc::TestClient::CheckConnected |
( |
| ) |
|
|
inline |
◆ CheckConnected() [2/2]
bool rtc::TestClient::CheckConnected |
( |
| ) |
|
|
inline |
◆ CheckConnState() [1/2]
◆ CheckConnState() [2/2]
◆ CheckNextPacket() [1/2]
◆ CheckNextPacket() [2/2]
◆ CheckNoPacket() [1/2]
bool rtc::TestClient::CheckNoPacket |
( |
| ) |
|
◆ CheckNoPacket() [2/2]
bool rtc::TestClient::CheckNoPacket |
( |
| ) |
|
◆ GetError() [1/2]
int rtc::TestClient::GetError |
( |
| ) |
|
◆ GetError() [2/2]
int rtc::TestClient::GetError |
( |
| ) |
|
◆ NextPacket() [1/2]
Packet* rtc::TestClient::NextPacket |
( |
int |
timeout_ms | ) |
|
◆ NextPacket() [2/2]
◆ ready_to_send() [1/2]
bool rtc::TestClient::ready_to_send |
( |
| ) |
const |
|
inline |
◆ ready_to_send() [2/2]
bool rtc::TestClient::ready_to_send |
( |
| ) |
const |
|
inline |
◆ ready_to_send_count() [1/2]
int rtc::TestClient::ready_to_send_count |
( |
| ) |
const |
|
inline |
◆ ready_to_send_count() [2/2]
int rtc::TestClient::ready_to_send_count |
( |
| ) |
const |
|
inline |
◆ remote_address() [1/2]
◆ remote_address() [2/2]
◆ Send() [1/2]
int rtc::TestClient::Send |
( |
const char * |
buf, |
|
|
size_t |
size |
|
) |
| |
◆ Send() [2/2]
int rtc::TestClient::Send |
( |
const char * |
buf, |
|
|
size_t |
size |
|
) |
| |
◆ SendTo() [1/2]
◆ SendTo() [2/2]
◆ SetOption() [1/2]
◆ SetOption() [2/2]
◆ kTimeoutMs
static const int rtc::TestClient::kTimeoutMs = 5000 |
|
static |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/base/testclient.h
- Source/ThirdParty/libwebrtc/Source/webrtc/base/testclient.cc