| void | _create | | Ensures the C++ object is created |
| void | _destroy | | Explicitly destroys the object |
[const] | bool | _destroyed? | | Returns a value indicating whether the object was already destroyed |
[const] | bool | _is_const_object? | | Returns a value indicating whether the reference is a const reference |
| void | _manage | | Marks the object as managed by the script side. |
| void | _unmanage | | Marks the object as no longer owned by the script side. |
| void | abort | | Method () |
[signal] | void | aboutToClose | | Signal declaration for QSslSocket::aboutToClose() |
| void | addCaCertificate | (const QSslCertificate certificate) | Method void QSslSocket::addCaCertificate(const QSslCertificate &certificate) |
| bool | addCaCertificates | (string path, const QSsl_EncodingFormat format = QSsl::Pem, const QRegExp_PatternSyntax syntax = QRegExp::FixedString) | Method bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) |
| void | addCaCertificates | (QSslCertificate[] certificates) | Method void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates) |
[const] | bool | atEnd | | Method () const |
[const] | long long | bytesAvailable | | Method () const |
[const] | long long | bytesToWrite | | Method () const |
[signal] | void | bytesWritten | (long long bytes) | Signal declaration for QSslSocket::bytesWritten(qint64 bytes) |
[const] | QSslCertificate[] | caCertificates | | Method QList<QSslCertificate> QSslSocket::caCertificates() |
| void | caCertificates= | (QSslCertificate[] certificates) | Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) |
[const] | bool | canReadLine | | Method () const |
[const] | QSslCipher[] | ciphers | | Method QList<QSslCipher> QSslSocket::ciphers() |
| void | ciphers= | (QSslCipher[] ciphers) | Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) |
| void | ciphers= | (string ciphers) | Method void QSslSocket::setCiphers(const QString &ciphers) |
| void | close | | Method () |
| void | connectToHostEncrypted | (string hostName, unsigned short port, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) | Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> mode) |
| void | connectToHostEncrypted | (string hostName, unsigned short port, string sslPeerName, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) | Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<QIODevice::OpenModeFlag> mode) |
[signal] | void | connected | | Signal declaration for QSslSocket::connected() |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QSslSocket::destroyed(QObject *) |
[signal] | void | disconnected | | Signal declaration for QSslSocket::disconnected() |
[signal] | void | encrypted | | Signal declaration for QSslSocket::encrypted() |
[const] | long long | encryptedBytesAvailable | | Method qint64 QSslSocket::encryptedBytesAvailable() |
[const] | long long | encryptedBytesToWrite | | Method qint64 QSslSocket::encryptedBytesToWrite() |
[signal] | void | encryptedBytesWritten | (long long totalBytes) | Signal declaration for QSslSocket::encryptedBytesWritten(qint64 totalBytes) |
[signal] | void | error_sig | (const QAbstractSocket_SocketError arg1) | Signal declaration for QSslSocket::error(QAbstractSocket::SocketError) |
| bool | flush | | Method () |
[signal] | void | hostFound | | Signal declaration for QSslSocket::hostFound() |
| void | ignoreSslErrors | (QSslError[] errors) | Method void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors) |
| void | ignoreSslErrors | | Method void QSslSocket::ignoreSslErrors() |
[const] | bool | isEncrypted? | | Method bool QSslSocket::isEncrypted() |
[const] | QSslCertificate | localCertificate | | Method QSslCertificate QSslSocket::localCertificate() |
| void | localCertificate= | (const QSslCertificate certificate) | Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) |
[const] | QSslSocket_SslMode | mode | | Method QSslSocket::SslMode QSslSocket::mode() |
[signal] | void | modeChanged | (const QSslSocket_SslMode newMode) | Signal declaration for QSslSocket::modeChanged(QSslSocket::SslMode newMode) |
[const] | QSslCertificate | peerCertificate | | Method QSslCertificate QSslSocket::peerCertificate() |
[const] | QSslCertificate[] | peerCertificateChain | | Method QList<QSslCertificate> QSslSocket::peerCertificateChain() |
[const] | int | peerVerifyDepth | | Method int QSslSocket::peerVerifyDepth() |
| void | peerVerifyDepth= | (int depth) | Method void QSslSocket::setPeerVerifyDepth(int depth) |
[signal] | void | peerVerifyError | (const QSslError error) | Signal declaration for QSslSocket::peerVerifyError(const QSslError &error) |
[const] | QSslSocket_PeerVerifyMode | peerVerifyMode | | Method QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() |
| void | peerVerifyMode= | (const QSslSocket_PeerVerifyMode mode) | Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) |
[const] | QSslKey | privateKey | | Method QSslKey QSslSocket::privateKey() |
| void | privateKey= | (const QSslKey key) | Method void QSslSocket::setPrivateKey(const QSslKey &key) |
[const] | QSsl_SslProtocol | protocol | | Method QSsl::SslProtocol QSslSocket::protocol() |
| void | protocol= | (const QSsl_SslProtocol protocol) | Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) |
[signal] | void | proxyAuthenticationRequired | (const QNetworkProxy proxy, QAuthenticator ptr authenticator) | Signal declaration for QSslSocket::proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator *authenticator) |
| void | readBufferSize= | (long long size) | Method (qint64) |
[signal] | void | readChannelFinished | | Signal declaration for QSslSocket::readChannelFinished() |
[signal] | void | readyRead | | Signal declaration for QSslSocket::readyRead() |
[const] | QSslCipher | sessionCipher | | Method QSslCipher QSslSocket::sessionCipher() |
| void | setCaCertificates | (QSslCertificate[] certificates) | Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) |
| void | setCiphers | (QSslCipher[] ciphers) | Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) |
| void | setCiphers | (string ciphers) | Method void QSslSocket::setCiphers(const QString &ciphers) |
| void | setLocalCertificate | (const QSslCertificate certificate) | Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) |
| void | setLocalCertificate | (string fileName, const QSsl_EncodingFormat format = QSsl::Pem) | Method void QSslSocket::setLocalCertificate(const QString &fileName, QSsl::EncodingFormat format) |
| void | setPeerVerifyDepth | (int depth) | Method void QSslSocket::setPeerVerifyDepth(int depth) |
| void | setPeerVerifyMode | (const QSslSocket_PeerVerifyMode mode) | Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) |
| void | setPrivateKey | (const QSslKey key) | Method void QSslSocket::setPrivateKey(const QSslKey &key) |
| void | setPrivateKey | (string fileName, const QSsl_KeyAlgorithm algorithm = QSsl::Rsa, const QSsl_EncodingFormat format = QSsl::Pem, string passPhrase = QByteArray()) | Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase) |
| void | setProtocol | (const QSsl_SslProtocol protocol) | Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) |
| void | setReadBufferSize | (long long size) | Method (qint64) |
| bool | setSocketDescriptor | (int socketDescriptor, const QAbstractSocket_SocketState state = QAbstractSocket::ConnectedState, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) | Method (int, QAbstractSocket::SocketState, QFlags<QIODevice::OpenModeFlag>) |
| void | setSocketOption | (const QAbstractSocket_SocketOption option, variant value) | Method (QAbstractSocket::SocketOption, const QVariant &) |
| void | setSslConfiguration | (const QSslConfiguration config) | Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) |
| variant | socketOption | (const QAbstractSocket_SocketOption option) | Method (QAbstractSocket::SocketOption) |
[const] | QSslConfiguration | sslConfiguration | | Method QSslConfiguration QSslSocket::sslConfiguration() |
| void | sslConfiguration= | (const QSslConfiguration config) | Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) |
[const] | QSslError[] | sslErrors | | Method QList<QSslError> QSslSocket::sslErrors() |
[signal] | void | sslErrors_sig | (QSslError[] errors) | Signal declaration for QSslSocket::sslErrors(const QList<QSslError> &errors) |
| void | startClientEncryption | | Method void QSslSocket::startClientEncryption() |
| void | startServerEncryption | | Method void QSslSocket::startServerEncryption() |
[signal] | void | stateChanged | (const QAbstractSocket_SocketState arg1) | Signal declaration for QSslSocket::stateChanged(QAbstractSocket::SocketState) |
| bool | waitForBytesWritten | (int msecs = 30000) | Method (int) |
| bool | waitForConnected | (int msecs = 30000) | Method (int) |
| bool | waitForDisconnected | (int msecs = 30000) | Method (int) |
| bool | waitForEncrypted | (int msecs = 30000) | Method bool QSslSocket::waitForEncrypted(int msecs) |
| bool | waitForReadyRead | (int msecs = 30000) | Method (int) |
AutoVerifyPeer | Signature: [static,const] QSslSocket_PeerVerifyMode AutoVerifyPeer Description: Enum constant QSslSocket::AutoVerifyPeer |
QueryPeer | Signature: [static,const] QSslSocket_PeerVerifyMode QueryPeer Description: Enum constant QSslSocket::QueryPeer |
SslClientMode | Signature: [static,const] QSslSocket_SslMode SslClientMode Description: Enum constant QSslSocket::SslClientMode |
SslServerMode | Signature: [static,const] QSslSocket_SslMode SslServerMode Description: Enum constant QSslSocket::SslServerMode |
UnencryptedMode | Signature: [static,const] QSslSocket_SslMode UnencryptedMode Description: Enum constant QSslSocket::UnencryptedMode |
VerifyNone | Signature: [static,const] QSslSocket_PeerVerifyMode VerifyNone Description: Enum constant QSslSocket::VerifyNone |
VerifyPeer | Signature: [static,const] QSslSocket_PeerVerifyMode VerifyPeer Description: Enum constant QSslSocket::VerifyPeer |
_create | Signature: void _create Description: Ensures the C++ object is created
Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object
Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception.
If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed
This method returns true, if the object was destroyed, either explicitly or by the C++ side.
The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference
This method returns true, if self is a const reference.
In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side.
After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side.
Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
abort | Signature: void abort Description: Method () |
aboutToClose | Signature: [signal] void aboutToClose Description: Signal declaration for QSslSocket::aboutToClose()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'aboutToClose'. This is the getter.
The object exposes a readable attribute 'aboutToClose'. This is the getter.
The object exposes a writable attribute 'aboutToClose'. This is the setter.
|
addCaCertificate | Signature: void addCaCertificate (const QSslCertificate certificate) Description: Method void QSslSocket::addCaCertificate(const QSslCertificate &certificate) |
addCaCertificates | Signature: bool addCaCertificates (string path,const QSsl_EncodingFormat format = QSsl::Pem,const QRegExp_PatternSyntax syntax = QRegExp::FixedString) Description: Method bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) |
Signature: void addCaCertificates (QSslCertificate[] certificates) Description: Method void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates) |
addDefaultCaCertificate | Signature: [static] void addDefaultCaCertificate (const QSslCertificate certificate) Description: Static method void QSslSocket::addDefaultCaCertificate(const QSslCertificate &certificate)
This method is static and can be called without an instance. |
addDefaultCaCertificates | Signature: [static] bool addDefaultCaCertificates (string path,const QSsl_EncodingFormat format = QSsl::Pem,const QRegExp_PatternSyntax syntax = QRegExp::FixedString) Description: Static method bool QSslSocket::addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)
This method is static and can be called without an instance. |
Signature: [static] void addDefaultCaCertificates (QSslCertificate[] certificates) Description: Static method void QSslSocket::addDefaultCaCertificates(const QList<QSslCertificate> &certificates)
This method is static and can be called without an instance. |
atEnd | Signature: [const] bool atEnd Description: Method () const
This is a reimplementation of QAbstractSocket::atEnd |
bytesAvailable | Signature: [const] long long bytesAvailable Description: Method () const
This is a reimplementation of QAbstractSocket::bytesAvailable |
bytesToWrite | Signature: [const] long long bytesToWrite Description: Method () const
This is a reimplementation of QAbstractSocket::bytesToWrite |
bytesWritten | Signature: [signal] void bytesWritten (long long bytes) Description: Signal declaration for QSslSocket::bytesWritten(qint64 bytes)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'bytesWritten'. This is the getter.
The object exposes a writable attribute 'bytesWritten'. This is the setter.
This method is available as method 'bytesWritten_' in Python
|
caCertificates | Signature: [const] QSslCertificate[] caCertificates Description: Method QList<QSslCertificate> QSslSocket::caCertificates() Python specific notes: The object exposes a readable attribute 'caCertificates'. This is the getter.
|
caCertificates= | Signature: void caCertificates= (QSslCertificate[] certificates) Description: Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) Python specific notes: The object exposes a writable attribute 'caCertificates'. This is the setter.
|
canReadLine | Signature: [const] bool canReadLine Description: Method () const
This is a reimplementation of QAbstractSocket::canReadLine |
ciphers | Signature: [const] QSslCipher[] ciphers Description: Method QList<QSslCipher> QSslSocket::ciphers() Python specific notes: The object exposes a readable attribute 'ciphers'. This is the getter.
|
ciphers= | Signature: void ciphers= (QSslCipher[] ciphers) Description: Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) Python specific notes: The object exposes a writable attribute 'ciphers'. This is the setter.
|
Signature: void ciphers= (string ciphers) Description: Method void QSslSocket::setCiphers(const QString &ciphers) Python specific notes: The object exposes a writable attribute 'ciphers'. This is the setter.
|
close | Signature: void close Description: Method ()
This is a reimplementation of QAbstractSocket::close |
connectToHostEncrypted | Signature: void connectToHostEncrypted (string hostName,unsigned short port,QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) Description: Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> mode) |
Signature: void connectToHostEncrypted (string hostName,unsigned short port,string sslPeerName,QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) Description: Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<QIODevice::OpenModeFlag> mode) |
connected | Signature: [signal] void connected Description: Signal declaration for QSslSocket::connected()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'connected'. This is the getter.
The object exposes a readable attribute 'connected'. This is the getter.
The object exposes a writable attribute 'connected'. This is the setter.
|
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead |
defaultCaCertificates | Signature: [static] QSslCertificate[] defaultCaCertificates Description: Static method QList<QSslCertificate> QSslSocket::defaultCaCertificates()
This method is static and can be called without an instance. Python specific notes: The object exposes a readable attribute 'defaultCaCertificates'. This is the getter.
|
defaultCaCertificates= | Signature: [static] void defaultCaCertificates= (QSslCertificate[] certificates) Description: Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates)
This method is static and can be called without an instance. Python specific notes: The object exposes a writable attribute 'defaultCaCertificates'. This is the setter.
|
defaultCiphers | Signature: [static] QSslCipher[] defaultCiphers Description: Static method QList<QSslCipher> QSslSocket::defaultCiphers()
This method is static and can be called without an instance. Python specific notes: The object exposes a readable attribute 'defaultCiphers'. This is the getter.
|
defaultCiphers= | Signature: [static] void defaultCiphers= (QSslCipher[] ciphers) Description: Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers)
This method is static and can be called without an instance. Python specific notes: The object exposes a writable attribute 'defaultCiphers'. This is the setter.
|
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QSslSocket::destroyed(QObject *)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.
This method is available as method 'destroyed_' in Python
|
disconnected | Signature: [signal] void disconnected Description: Signal declaration for QSslSocket::disconnected()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'disconnected'. This is the getter.
The object exposes a readable attribute 'disconnected'. This is the getter.
The object exposes a writable attribute 'disconnected'. This is the setter.
|
encrypted | Signature: [signal] void encrypted Description: Signal declaration for QSslSocket::encrypted()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'encrypted'. This is the getter.
The object exposes a readable attribute 'encrypted'. This is the getter.
The object exposes a writable attribute 'encrypted'. This is the setter.
|
encryptedBytesAvailable | Signature: [const] long long encryptedBytesAvailable Description: Method qint64 QSslSocket::encryptedBytesAvailable() |
encryptedBytesToWrite | Signature: [const] long long encryptedBytesToWrite Description: Method qint64 QSslSocket::encryptedBytesToWrite() |
encryptedBytesWritten | Signature: [signal] void encryptedBytesWritten (long long totalBytes) Description: Signal declaration for QSslSocket::encryptedBytesWritten(qint64 totalBytes)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'encryptedBytesWritten'. This is the getter.
The object exposes a writable attribute 'encryptedBytesWritten'. This is the setter.
This method is available as method 'encryptedBytesWritten_' in Python
|
error_sig | Signature: [signal] void error_sig (const QAbstractSocket_SocketError arg1) Description: Signal declaration for QSslSocket::error(QAbstractSocket::SocketError)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'error_sig'. This is the getter.
The object exposes a writable attribute 'error_sig'. This is the setter.
This method is available as method 'error_sig_' in Python
|
flush | Signature: bool flush Description: Method () |
hostFound | Signature: [signal] void hostFound Description: Signal declaration for QSslSocket::hostFound()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'hostFound'. This is the getter.
The object exposes a readable attribute 'hostFound'. This is the getter.
The object exposes a writable attribute 'hostFound'. This is the setter.
|
ignoreSslErrors | Signature: void ignoreSslErrors (QSslError[] errors) Description: Method void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors) |
Signature: void ignoreSslErrors Description: Method void QSslSocket::ignoreSslErrors() |
isEncrypted? | Signature: [const] bool isEncrypted? Description: Method bool QSslSocket::isEncrypted() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead |
localCertificate | Signature: [const] QSslCertificate localCertificate Description: Method QSslCertificate QSslSocket::localCertificate() Python specific notes: The object exposes a readable attribute 'localCertificate'. This is the getter.
|
localCertificate= | Signature: void localCertificate= (const QSslCertificate certificate) Description: Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) Python specific notes: The object exposes a writable attribute 'localCertificate'. This is the setter.
|
mode | Signature: [const] QSslSocket_SslMode mode Description: Method QSslSocket::SslMode QSslSocket::mode() |
modeChanged | Signature: [signal] void modeChanged (const QSslSocket_SslMode newMode) Description: Signal declaration for QSslSocket::modeChanged(QSslSocket::SslMode newMode)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'modeChanged'. This is the getter.
The object exposes a writable attribute 'modeChanged'. This is the setter.
This method is available as method 'modeChanged_' in Python
|
new | Signature: [static] new QSslSocket new (QObject ptr parent = 0) Description: Constructor QSslSocket::QSslSocket(QObject *parent)
This method creates an object of class QSslSocket. Python specific notes: This method is the default initializer of the object
|
peerCertificate | Signature: [const] QSslCertificate peerCertificate Description: Method QSslCertificate QSslSocket::peerCertificate() |
peerCertificateChain | Signature: [const] QSslCertificate[] peerCertificateChain Description: Method QList<QSslCertificate> QSslSocket::peerCertificateChain() |
peerVerifyDepth | Signature: [const] int peerVerifyDepth Description: Method int QSslSocket::peerVerifyDepth() Python specific notes: The object exposes a readable attribute 'peerVerifyDepth'. This is the getter.
|
peerVerifyDepth= | Signature: void peerVerifyDepth= (int depth) Description: Method void QSslSocket::setPeerVerifyDepth(int depth) Python specific notes: The object exposes a writable attribute 'peerVerifyDepth'. This is the setter.
|
peerVerifyError | Signature: [signal] void peerVerifyError (const QSslError error) Description: Signal declaration for QSslSocket::peerVerifyError(const QSslError &error)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'peerVerifyError'. This is the getter.
The object exposes a writable attribute 'peerVerifyError'. This is the setter.
This method is available as method 'peerVerifyError_' in Python
|
peerVerifyMode | Signature: [const] QSslSocket_PeerVerifyMode peerVerifyMode Description: Method QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() Python specific notes: The object exposes a readable attribute 'peerVerifyMode'. This is the getter.
|
peerVerifyMode= | Signature: void peerVerifyMode= (const QSslSocket_PeerVerifyMode mode) Description: Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) Python specific notes: The object exposes a writable attribute 'peerVerifyMode'. This is the setter.
|
privateKey | Signature: [const] QSslKey privateKey Description: Method QSslKey QSslSocket::privateKey() Python specific notes: The object exposes a readable attribute 'privateKey'. This is the getter.
|
privateKey= | Signature: void privateKey= (const QSslKey key) Description: Method void QSslSocket::setPrivateKey(const QSslKey &key) Python specific notes: The object exposes a writable attribute 'privateKey'. This is the setter.
|
protocol | Signature: [const] QSsl_SslProtocol protocol Description: Method QSsl::SslProtocol QSslSocket::protocol() Python specific notes: The object exposes a readable attribute 'protocol'. This is the getter.
|
protocol= | Signature: void protocol= (const QSsl_SslProtocol protocol) Description: Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) Python specific notes: The object exposes a writable attribute 'protocol'. This is the setter.
|
proxyAuthenticationRequired | Signature: [signal] void proxyAuthenticationRequired (const QNetworkProxy proxy,QAuthenticator ptr authenticator) Description: Signal declaration for QSslSocket::proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator *authenticator)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'proxyAuthenticationRequired'. This is the getter.
The object exposes a writable attribute 'proxyAuthenticationRequired'. This is the setter.
This method is available as method 'proxyAuthenticationRequired_' in Python
|
readBufferSize= | Signature: void readBufferSize= (long long size) Description: Method (qint64) Python specific notes: The object exposes a writable attribute 'readBufferSize'. This is the setter.
|
readChannelFinished | Signature: [signal] void readChannelFinished Description: Signal declaration for QSslSocket::readChannelFinished()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'readChannelFinished'. This is the getter.
The object exposes a readable attribute 'readChannelFinished'. This is the getter.
The object exposes a writable attribute 'readChannelFinished'. This is the setter.
|
readyRead | Signature: [signal] void readyRead Description: Signal declaration for QSslSocket::readyRead()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'readyRead'. This is the getter.
The object exposes a readable attribute 'readyRead'. This is the getter.
The object exposes a writable attribute 'readyRead'. This is the setter.
|
sessionCipher | Signature: [const] QSslCipher sessionCipher Description: Method QSslCipher QSslSocket::sessionCipher() |
setCaCertificates | Signature: void setCaCertificates (QSslCertificate[] certificates) Description: Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) Python specific notes: The object exposes a writable attribute 'caCertificates'. This is the setter.
|
setCiphers | Signature: void setCiphers (QSslCipher[] ciphers) Description: Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) Python specific notes: The object exposes a writable attribute 'ciphers'. This is the setter.
|
Signature: void setCiphers (string ciphers) Description: Method void QSslSocket::setCiphers(const QString &ciphers) Python specific notes: The object exposes a writable attribute 'ciphers'. This is the setter.
|
setDefaultCaCertificates | Signature: [static] void setDefaultCaCertificates (QSslCertificate[] certificates) Description: Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates)
This method is static and can be called without an instance. Python specific notes: The object exposes a writable attribute 'defaultCaCertificates'. This is the setter.
|
setDefaultCiphers | Signature: [static] void setDefaultCiphers (QSslCipher[] ciphers) Description: Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers)
This method is static and can be called without an instance. Python specific notes: The object exposes a writable attribute 'defaultCiphers'. This is the setter.
|
setLocalCertificate | Signature: void setLocalCertificate (const QSslCertificate certificate) Description: Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) Python specific notes: The object exposes a writable attribute 'localCertificate'. This is the setter.
|
Signature: void setLocalCertificate (string fileName,const QSsl_EncodingFormat format = QSsl::Pem) Description: Method void QSslSocket::setLocalCertificate(const QString &fileName, QSsl::EncodingFormat format) |
setPeerVerifyDepth | Signature: void setPeerVerifyDepth (int depth) Description: Method void QSslSocket::setPeerVerifyDepth(int depth) Python specific notes: The object exposes a writable attribute 'peerVerifyDepth'. This is the setter.
|
setPeerVerifyMode | Signature: void setPeerVerifyMode (const QSslSocket_PeerVerifyMode mode) Description: Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) Python specific notes: The object exposes a writable attribute 'peerVerifyMode'. This is the setter.
|
setPrivateKey | Signature: void setPrivateKey (const QSslKey key) Description: Method void QSslSocket::setPrivateKey(const QSslKey &key) Python specific notes: The object exposes a writable attribute 'privateKey'. This is the setter.
|
Signature: void setPrivateKey (string fileName,const QSsl_KeyAlgorithm algorithm = QSsl::Rsa,const QSsl_EncodingFormat format = QSsl::Pem,string passPhrase = QByteArray()) Description: Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase) |
setProtocol | Signature: void setProtocol (const QSsl_SslProtocol protocol) Description: Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) Python specific notes: The object exposes a writable attribute 'protocol'. This is the setter.
|
setReadBufferSize | Signature: void setReadBufferSize (long long size) Description: Method (qint64) Python specific notes: The object exposes a writable attribute 'readBufferSize'. This is the setter.
|
setSocketDescriptor | Signature: bool setSocketDescriptor (int socketDescriptor,const QAbstractSocket_SocketState state = QAbstractSocket::ConnectedState,QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) Description: Method (int, QAbstractSocket::SocketState, QFlags<QIODevice::OpenModeFlag>) |
setSocketOption | Signature: void setSocketOption (const QAbstractSocket_SocketOption option,variant value) Description: Method (QAbstractSocket::SocketOption, const QVariant &) |
setSslConfiguration | Signature: void setSslConfiguration (const QSslConfiguration config) Description: Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) Python specific notes: The object exposes a writable attribute 'sslConfiguration'. This is the setter.
|
socketOption | Signature: variant socketOption (const QAbstractSocket_SocketOption option) Description: Method (QAbstractSocket::SocketOption) |
sslConfiguration | Signature: [const] QSslConfiguration sslConfiguration Description: Method QSslConfiguration QSslSocket::sslConfiguration() Python specific notes: The object exposes a readable attribute 'sslConfiguration'. This is the getter.
|
sslConfiguration= | Signature: void sslConfiguration= (const QSslConfiguration config) Description: Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) Python specific notes: The object exposes a writable attribute 'sslConfiguration'. This is the setter.
|
sslErrors | Signature: [const] QSslError[] sslErrors Description: Method QList<QSslError> QSslSocket::sslErrors() |
sslErrors_sig | Signature: [signal] void sslErrors_sig (QSslError[] errors) Description: Signal declaration for QSslSocket::sslErrors(const QList<QSslError> &errors)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'sslErrors_sig'. This is the getter.
The object exposes a writable attribute 'sslErrors_sig'. This is the setter.
This method is available as method 'sslErrors_sig_' in Python
|
startClientEncryption | Signature: void startClientEncryption Description: Method void QSslSocket::startClientEncryption() |
startServerEncryption | Signature: void startServerEncryption Description: Method void QSslSocket::startServerEncryption() |
stateChanged | Signature: [signal] void stateChanged (const QAbstractSocket_SocketState arg1) Description: Signal declaration for QSslSocket::stateChanged(QAbstractSocket::SocketState)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'stateChanged'. This is the getter.
The object exposes a writable attribute 'stateChanged'. This is the setter.
This method is available as method 'stateChanged_' in Python
|
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
supportedCiphers | Signature: [static] QSslCipher[] supportedCiphers Description: Static method QList<QSslCipher> QSslSocket::supportedCiphers()
This method is static and can be called without an instance. |
supportsSsl | Signature: [static] bool supportsSsl Description: Static method bool QSslSocket::supportsSsl()
This method is static and can be called without an instance. |
systemCaCertificates | Signature: [static] QSslCertificate[] systemCaCertificates Description: Static method QList<QSslCertificate> QSslSocket::systemCaCertificates()
This method is static and can be called without an instance. |
tr | Signature: [static] string tr (string s,string c = 0) Description: Static method QString QSslSocket::tr(const char *s, const char *c)
This method is static and can be called without an instance. |
Signature: [static] string tr (string s,string c,int n) Description: Static method QString QSslSocket::tr(const char *s, const char *c, int n)
This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s,string c = 0) Description: Static method QString QSslSocket::trUtf8(const char *s, const char *c)
This method is static and can be called without an instance. |
Signature: [static] string trUtf8 (string s,string c,int n) Description: Static method QString QSslSocket::trUtf8(const char *s, const char *c, int n)
This method is static and can be called without an instance. |
waitForBytesWritten | Signature: bool waitForBytesWritten (int msecs = 30000) Description: Method (int)
This is a reimplementation of QAbstractSocket::waitForBytesWritten |
waitForConnected | Signature: bool waitForConnected (int msecs = 30000) Description: Method (int) |
waitForDisconnected | Signature: bool waitForDisconnected (int msecs = 30000) Description: Method (int) |
waitForEncrypted | Signature: bool waitForEncrypted (int msecs = 30000) Description: Method bool QSslSocket::waitForEncrypted(int msecs) |
waitForReadyRead | Signature: bool waitForReadyRead (int msecs = 30000) Description: Method (int)
This is a reimplementation of QAbstractSocket::waitForReadyRead |