webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
TestChannel Class Reference
Inheritance diagram for TestChannel:
sigslot::has_slots<> sigslot::has_slots_interface sigslot::has_slots_interface

Public Member Functions

 TestChannel (Port *p1)
 
int complete_count ()
 
Connectionconn ()
 
const SocketAddressremote_address ()
 
const std::string remote_fragment ()
 
void Start ()
 
void CreateConnection (const Candidate &remote_candidate)
 
void OnConnectionStateChange (Connection *conn)
 
void AcceptConnection (const Candidate &remote_candidate)
 
void Ping ()
 
void Ping (int64_t now)
 
void Stop ()
 
void OnPortComplete (Port *port)
 
void SetIceMode (IceMode ice_mode)
 
int SendData (const char *data, size_t len)
 
void OnUnknownAddress (PortInterface *port, const SocketAddress &addr, ProtocolType proto, IceMessage *msg, const std::string &rf, bool)
 
void OnDestroyed (Connection *conn)
 
void OnSrcPortDestroyed (PortInterface *port)
 
Portport ()
 
bool nominated () const
 
void set_connection_ready_to_send (bool ready)
 
bool connection_ready_to_send () const
 
- Public Member Functions inherited from sigslot::has_slots<>
 has_slots ()
 
 has_slots ()
 
 ~has_slots ()
 
 ~has_slots ()
 
- Public Member Functions inherited from sigslot::has_slots_interface
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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from sigslot::has_slots_interface
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 

Constructor & Destructor Documentation

◆ TestChannel()

TestChannel::TestChannel ( Port p1)
inline

Member Function Documentation

◆ AcceptConnection()

void TestChannel::AcceptConnection ( const Candidate remote_candidate)
inline

◆ complete_count()

int TestChannel::complete_count ( )
inline

◆ conn()

Connection* TestChannel::conn ( )
inline

◆ connection_ready_to_send()

bool TestChannel::connection_ready_to_send ( ) const
inline

◆ CreateConnection()

void TestChannel::CreateConnection ( const Candidate remote_candidate)
inline

◆ nominated()

bool TestChannel::nominated ( ) const
inline

◆ OnConnectionStateChange()

void TestChannel::OnConnectionStateChange ( Connection conn)
inline

◆ OnDestroyed()

void TestChannel::OnDestroyed ( Connection conn)
inline

◆ OnPortComplete()

void TestChannel::OnPortComplete ( Port port)
inline

◆ OnSrcPortDestroyed()

void TestChannel::OnSrcPortDestroyed ( PortInterface port)
inline

◆ OnUnknownAddress()

void TestChannel::OnUnknownAddress ( PortInterface port,
const SocketAddress addr,
ProtocolType  proto,
IceMessage msg,
const std::string rf,
bool   
)
inline

◆ Ping() [1/2]

void TestChannel::Ping ( )
inline

◆ Ping() [2/2]

void TestChannel::Ping ( int64_t  now)
inline

◆ port()

Port* TestChannel::port ( )
inline

◆ remote_address()

const SocketAddress& TestChannel::remote_address ( )
inline

◆ remote_fragment()

const std::string TestChannel::remote_fragment ( )
inline

◆ SendData()

int TestChannel::SendData ( const char *  data,
size_t  len 
)
inline

◆ set_connection_ready_to_send()

void TestChannel::set_connection_ready_to_send ( bool  ready)
inline

◆ SetIceMode()

void TestChannel::SetIceMode ( IceMode  ice_mode)
inline

◆ Start()

void TestChannel::Start ( )
inline

◆ Stop()

void TestChannel::Stop ( )
inline

The documentation for this class was generated from the following file: