Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSocks5SocketEngineHandler Class Reference

#include <qsocks5socketengine_p.h>

+ Inheritance diagram for QSocks5SocketEngineHandler:
+ Collaboration diagram for QSocks5SocketEngineHandler:

Public Member Functions

virtual QAbstractSocketEnginecreateSocketEngine (QAbstractSocket::SocketType socketType, const QNetworkProxy &, QObject *parent) override
 
virtual QAbstractSocketEnginecreateSocketEngine (qintptr socketDescriptor, QObject *parent) override
 

Additional Inherited Members

- Protected Member Functions inherited from QSocketEngineHandler
 QSocketEngineHandler ()
 
virtual ~QSocketEngineHandler ()
 

Detailed Description

Definition at line 255 of file qsocks5socketengine_p.h.

Member Function Documentation

◆ createSocketEngine() [1/2]

QAbstractSocketEngine * QSocks5SocketEngineHandler::createSocketEngine ( QAbstractSocket::SocketType socketType,
const QNetworkProxy & proxy,
QObject * parent )
overridevirtual

Implements QSocketEngineHandler.

Definition at line 1869 of file qsocks5socketengine.cpp.

References engine, proxy, Q_UNUSED, QSOCKS5_DEBUG, socketType(), QNetworkProxy::Socks5Proxy, and QNetworkProxy::type().

+ Here is the call graph for this function:

◆ createSocketEngine() [2/2]

QAbstractSocketEngine * QSocks5SocketEngineHandler::createSocketEngine ( qintptr socketDescriptor,
QObject * parent )
overridevirtual

Implements QSocketEngineHandler.

Definition at line 1884 of file qsocks5socketengine.cpp.

References contains(), and QSOCKS5_DEBUG.

+ Here is the call graph for this function:

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