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

Public Member Functions

 AsyncTCPSocketTest ()
 
void OnReadyToSend (rtc::AsyncPacketSocket *socket)
 
- 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 ()
 

Protected Attributes

std::unique_ptr< PhysicalSocketServerpss_
 
std::unique_ptr< VirtualSocketServervss_
 
AsyncSocketsocket_
 
std::unique_ptr< AsyncTCPSockettcp_socket_
 
bool ready_to_send_
 

Additional Inherited Members

- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
- 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

◆ AsyncTCPSocketTest()

rtc::AsyncTCPSocketTest::AsyncTCPSocketTest ( )
inline

Member Function Documentation

◆ OnReadyToSend()

void rtc::AsyncTCPSocketTest::OnReadyToSend ( rtc::AsyncPacketSocket socket)
inline

Member Data Documentation

◆ pss_

std::unique_ptr<PhysicalSocketServer> rtc::AsyncTCPSocketTest::pss_
protected

◆ ready_to_send_

bool rtc::AsyncTCPSocketTest::ready_to_send_
protected

◆ socket_

AsyncSocket* rtc::AsyncTCPSocketTest::socket_
protected

◆ tcp_socket_

std::unique_ptr<AsyncTCPSocket> rtc::AsyncTCPSocketTest::tcp_socket_
protected

◆ vss_

std::unique_ptr<VirtualSocketServer> rtc::AsyncTCPSocketTest::vss_
protected

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