![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsocks5socketengine_p.h>
Public Member Functions | |
QSocks5Authenticator () | |
virtual | ~QSocks5Authenticator () |
virtual char | methodId () |
virtual bool | beginAuthenticate (QTcpSocket *socket, bool *completed) |
virtual bool | continueAuthenticate (QTcpSocket *socket, bool *completed) |
bool | seal (const QByteArray &buf, QByteArray *sealedBuf) |
bool | unSeal (const QByteArray &sealedBuf, QByteArray *buf) |
bool | unSeal (QTcpSocket *sealedSocket, QByteArray *buf) |
virtual QString | errorString () |
Definition at line 119 of file qsocks5socketengine_p.h.
QSocks5Authenticator::QSocks5Authenticator | ( | ) |
Definition at line 376 of file qsocks5socketengine.cpp.
Referenced by QSocks5SocketEnginePrivate::initialize().
|
virtual |
Definition at line 380 of file qsocks5socketengine.cpp.
|
virtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 389 of file qsocks5socketengine.cpp.
Referenced by QSocks5SocketEnginePrivate::parseAuthenticationMethodReply().
|
virtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 396 of file qsocks5socketengine.cpp.
Referenced by QSocks5SocketEnginePrivate::parseAuthenticatingReply().
|
inlinevirtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 132 of file qsocks5socketengine_p.h.
|
virtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 384 of file qsocks5socketengine.cpp.
Referenced by QSocks5SocketEnginePrivate::_q_controlSocketConnected(), and QSocks5SocketEnginePrivate::parseAuthenticationMethodReply().
bool QSocks5Authenticator::seal | ( | const QByteArray & | buf, |
QByteArray * | sealedBuf ) |
Definition at line 403 of file qsocks5socketengine.cpp.
bool QSocks5Authenticator::unSeal | ( | const QByteArray & | sealedBuf, |
QByteArray * | buf ) |
Definition at line 409 of file qsocks5socketengine.cpp.
bool QSocks5Authenticator::unSeal | ( | QTcpSocket * | sealedSocket, |
QByteArray * | buf ) |
Definition at line 415 of file qsocks5socketengine.cpp.