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

Public Member Functions

 TCPPortTest ()
 
void ConnectSignalSocketCreated ()
 
void OnSocketCreated (rtc::VirtualSocket *socket)
 
void SetLocalhostAsAlternativeLocalAddress (rtc::VirtualSocket *socket, const SocketAddress &address)
 
TCPPortCreateTCPPort (const SocketAddress &addr)
 
- 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

rtc::Threadmain_
 
std::unique_ptr< rtc::PhysicalSocketServerpss_
 
std::unique_ptr< rtc::VirtualSocketServerss_
 
rtc::SocketServerScope ss_scope_
 
rtc::Network network_
 
rtc::BasicPacketSocketFactory socket_factory_
 
std::string username_
 
std::string password_
 

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

◆ TCPPortTest()

TCPPortTest::TCPPortTest ( )
inline

Member Function Documentation

◆ ConnectSignalSocketCreated()

void TCPPortTest::ConnectSignalSocketCreated ( )
inline

◆ CreateTCPPort()

TCPPort* TCPPortTest::CreateTCPPort ( const SocketAddress addr)
inline

◆ OnSocketCreated()

void TCPPortTest::OnSocketCreated ( rtc::VirtualSocket socket)
inline

◆ SetLocalhostAsAlternativeLocalAddress()

void TCPPortTest::SetLocalhostAsAlternativeLocalAddress ( rtc::VirtualSocket socket,
const SocketAddress address 
)
inline

Member Data Documentation

◆ main_

rtc::Thread* TCPPortTest::main_
protected

◆ network_

rtc::Network TCPPortTest::network_
protected

◆ password_

std::string TCPPortTest::password_
protected

◆ pss_

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

◆ socket_factory_

rtc::BasicPacketSocketFactory TCPPortTest::socket_factory_
protected

◆ ss_

std::unique_ptr<rtc::VirtualSocketServer> TCPPortTest::ss_
protected

◆ ss_scope_

rtc::SocketServerScope TCPPortTest::ss_scope_
protected

◆ username_

std::string TCPPortTest::username_
protected

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