webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rtc::NullSocketServer Class Reference

#include <nullsocketserver.h>

Inheritance diagram for rtc::NullSocketServer:
rtc::SocketServer rtc::SocketServer rtc::SocketFactory rtc::SocketFactory rtc::SocketFactory rtc::SocketFactory

Public Member Functions

 NullSocketServer ()
 
 ~NullSocketServer () override
 
bool Wait (int cms, bool process_io) override
 
void WakeUp () override
 
SocketCreateSocket (int type) override
 
SocketCreateSocket (int family, int type) override
 
AsyncSocketCreateAsyncSocket (int type) override
 
AsyncSocketCreateAsyncSocket (int family, int type) override
 
 NullSocketServer ()
 
 ~NullSocketServer () override
 
bool Wait (int cms, bool process_io) override
 
void WakeUp () override
 
SocketCreateSocket (int type) override
 
SocketCreateSocket (int family, int type) override
 
AsyncSocketCreateAsyncSocket (int type) override
 
AsyncSocketCreateAsyncSocket (int family, int type) override
 
- Public Member Functions inherited from rtc::SocketServer
virtual void SetMessageQueue (MessageQueue *)
 
void set_network_binder (NetworkBinderInterface *binder)
 
NetworkBinderInterfacenetwork_binder () const
 
virtual void SetMessageQueue (MessageQueue *)
 
void set_network_binder (NetworkBinderInterface *binder)
 
NetworkBinderInterfacenetwork_binder () const
 
- Public Member Functions inherited from rtc::SocketFactory
virtual ~SocketFactory ()
 
virtual ~SocketFactory ()
 

Additional Inherited Members

- Static Public Member Functions inherited from rtc::SocketServer
static std::unique_ptr< SocketServerCreateDefault ()
 
static std::unique_ptr< SocketServerCreateDefault ()
 
- Static Public Attributes inherited from rtc::SocketServer
static const int kForever = -1
 

Constructor & Destructor Documentation

◆ NullSocketServer() [1/2]

rtc::NullSocketServer::NullSocketServer ( )

◆ ~NullSocketServer() [1/2]

rtc::NullSocketServer::~NullSocketServer ( )
override

◆ NullSocketServer() [2/2]

rtc::NullSocketServer::NullSocketServer ( )

◆ ~NullSocketServer() [2/2]

rtc::NullSocketServer::~NullSocketServer ( )
override

Member Function Documentation

◆ CreateAsyncSocket() [1/4]

rtc::AsyncSocket * rtc::NullSocketServer::CreateAsyncSocket ( int  type)
overridevirtual

Implements rtc::SocketFactory.

◆ CreateAsyncSocket() [2/4]

AsyncSocket* rtc::NullSocketServer::CreateAsyncSocket ( int  type)
overridevirtual

Implements rtc::SocketFactory.

◆ CreateAsyncSocket() [3/4]

rtc::AsyncSocket * rtc::NullSocketServer::CreateAsyncSocket ( int  family,
int  type 
)
overridevirtual

Implements rtc::SocketFactory.

◆ CreateAsyncSocket() [4/4]

AsyncSocket* rtc::NullSocketServer::CreateAsyncSocket ( int  family,
int  type 
)
overridevirtual

Implements rtc::SocketFactory.

◆ CreateSocket() [1/4]

Socket* rtc::NullSocketServer::CreateSocket ( int  type)
overridevirtual

Implements rtc::SocketFactory.

◆ CreateSocket() [2/4]

rtc::Socket * rtc::NullSocketServer::CreateSocket ( int  type)
overridevirtual

Implements rtc::SocketFactory.

◆ CreateSocket() [3/4]

Socket* rtc::NullSocketServer::CreateSocket ( int  family,
int  type 
)
overridevirtual

Implements rtc::SocketFactory.

◆ CreateSocket() [4/4]

rtc::Socket * rtc::NullSocketServer::CreateSocket ( int  family,
int  type 
)
overridevirtual

Implements rtc::SocketFactory.

◆ Wait() [1/2]

bool rtc::NullSocketServer::Wait ( int  cms,
bool  process_io 
)
overridevirtual

Implements rtc::SocketServer.

◆ Wait() [2/2]

bool rtc::NullSocketServer::Wait ( int  cms,
bool  process_io 
)
overridevirtual

Implements rtc::SocketServer.

◆ WakeUp() [1/2]

void rtc::NullSocketServer::WakeUp ( )
overridevirtual

Implements rtc::SocketServer.

◆ WakeUp() [2/2]

void rtc::NullSocketServer::WakeUp ( )
overridevirtual

Implements rtc::SocketServer.


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