webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
rtc::SocketFactory Class Referenceabstract

#include <socketfactory.h>

Inheritance diagram for rtc::SocketFactory:
rtc::NATSocketFactory rtc::NATSocketFactory rtc::SocketServer rtc::SocketServer rtc::FirewallSocketServer rtc::FirewallSocketServer rtc::NATSocketServer rtc::NATSocketServer rtc::NullSocketServer rtc::NullSocketServer rtc::PhysicalSocketServer rtc::PhysicalSocketServer rtc::VirtualSocketServer rtc::VirtualSocketServer rtc::FirewallSocketServer rtc::FirewallSocketServer rtc::NATSocketServer rtc::NATSocketServer rtc::NullSocketServer rtc::NullSocketServer rtc::PhysicalSocketServer rtc::PhysicalSocketServer rtc::VirtualSocketServer rtc::VirtualSocketServer

Public Member Functions

virtual ~SocketFactory ()
 
virtual SocketCreateSocket (int type)=0
 
virtual SocketCreateSocket (int family, int type)=0
 
virtual AsyncSocketCreateAsyncSocket (int type)=0
 
virtual AsyncSocketCreateAsyncSocket (int family, int type)=0
 
virtual ~SocketFactory ()
 
virtual SocketCreateSocket (int type)=0
 
virtual SocketCreateSocket (int family, int type)=0
 
virtual AsyncSocketCreateAsyncSocket (int type)=0
 
virtual AsyncSocketCreateAsyncSocket (int family, int type)=0
 

Constructor & Destructor Documentation

◆ ~SocketFactory() [1/2]

virtual rtc::SocketFactory::~SocketFactory ( )
inlinevirtual

◆ ~SocketFactory() [2/2]

virtual rtc::SocketFactory::~SocketFactory ( )
inlinevirtual

Member Function Documentation

◆ CreateAsyncSocket() [1/4]

virtual AsyncSocket* rtc::SocketFactory::CreateAsyncSocket ( int  type)
pure virtual

◆ CreateAsyncSocket() [2/4]

virtual AsyncSocket* rtc::SocketFactory::CreateAsyncSocket ( int  type)
pure virtual

◆ CreateAsyncSocket() [3/4]

virtual AsyncSocket* rtc::SocketFactory::CreateAsyncSocket ( int  family,
int  type 
)
pure virtual

◆ CreateAsyncSocket() [4/4]

virtual AsyncSocket* rtc::SocketFactory::CreateAsyncSocket ( int  family,
int  type 
)
pure virtual

◆ CreateSocket() [1/4]

virtual Socket* rtc::SocketFactory::CreateSocket ( int  type)
pure virtual

◆ CreateSocket() [2/4]

virtual Socket* rtc::SocketFactory::CreateSocket ( int  type)
pure virtual

◆ CreateSocket() [3/4]

virtual Socket* rtc::SocketFactory::CreateSocket ( int  family,
int  type 
)
pure virtual

◆ CreateSocket() [4/4]

virtual Socket* rtc::SocketFactory::CreateSocket ( int  family,
int  type 
)
pure virtual

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