|
| | QSslSocketPrivate () |
| virtual | ~QSslSocketPrivate () |
| void | init () |
| bool | verifyProtocolSupported (const char *where) |
| void | createPlainSocket (QIODevice::OpenMode openMode) |
| bool | isPaused () const |
| void | setPaused (bool p) |
| bool | bind (const QHostAddress &address, quint16, QAbstractSocket::BindMode, const QNetworkInterface *iface=nullptr) override |
| void | _q_connectedSlot () |
| void | _q_hostFoundSlot () |
| void | _q_disconnectedSlot () |
| void | _q_stateChangedSlot (QAbstractSocket::SocketState) |
| void | _q_errorSlot (QAbstractSocket::SocketError) |
| void | _q_readyReadSlot () |
| void | _q_channelReadyReadSlot (int) |
| void | _q_bytesWrittenSlot (qint64) |
| void | _q_channelBytesWrittenSlot (int, qint64) |
| void | _q_readChannelFinishedSlot () |
| void | _q_flushWriteBuffer () |
| void | _q_flushReadBuffer () |
| void | _q_resumeImplementation () |
| qint64 | peek (char *data, qint64 maxSize) override |
| QByteArray | peek (qint64 maxSize) override |
| bool | flush () override |
| void | startClientEncryption () |
| void | startServerEncryption () |
| void | transmit () |
| void | disconnectFromHost () |
| void | disconnected () |
| QSslCipher | sessionCipher () const |
| QSsl::SslProtocol | sessionProtocol () const |
| void | continueHandshake () |
| QSslSocket::SslMode | tlsMode () const |
| bool | isRootsOnDemandAllowed () const |
| QString | verificationName () const |
| QString | tlsHostName () const |
| QTcpSocket * | plainTcpSocket () const |
| bool | verifyErrorsHaveBeenIgnored () |
| bool | isAutoStartingHandshake () const |
| bool | isPendingClose () const |
| void | setPendingClose (bool pc) |
| qint64 | maxReadBufferSize () const |
| void | setMaxReadBufferSize (qint64 maxSize) |
| void | setEncrypted (bool enc) |
| QRingBufferRef & | tlsWriteBuffer () |
| QRingBufferRef & | tlsBuffer () |
| bool & | tlsEmittedBytesWritten () |
| bool * | readyReadPointer () |
| | QAbstractSocketPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion) |
| virtual | ~QAbstractSocketPrivate () |
| void | readNotification () override |
| void | writeNotification () override |
| void | exceptionNotification () override |
| void | closeNotification () override |
| void | connectionNotification () override |
| void | proxyAuthenticationRequired (const QNetworkProxy &proxy, QAuthenticator *authenticator) override |
| virtual bool | canReadNotification () |
| bool | canWriteNotification () |
| void | canCloseNotification () |
| void | _q_connectToNextAddress () |
| void | _q_startConnecting (const QHostInfo &hostInfo) |
| void | _q_testConnection () |
| void | _q_abortConnectionAttempt () |
| void | resolveProxy (const QString &hostName, quint16 port) |
| void | resolveProxy (quint16 port) |
| void | resetSocketLayer () |
| bool | initSocketLayer (QAbstractSocket::NetworkLayerProtocol protocol) |
| virtual void | configureCreatedSocket () |
| void | startConnectingByName (const QString &host) |
| void | fetchConnectionParameters () |
| bool | readFromSocket () |
| virtual bool | writeToSocket () |
| void | emitReadyRead (int channel=0) |
| void | emitBytesWritten (qint64 bytes, int channel=0) |
| void | setError (QAbstractSocket::SocketError errorCode, const QString &errorString) |
| void | setErrorAndEmit (QAbstractSocket::SocketError errorCode, const QString &errorString) |
| | QIODevicePrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion) |
| virtual | ~QIODevicePrivate () |
| virtual bool | putCharHelper (char c) |
| bool | isSequential () const |
| bool | isBufferEmpty () const |
| bool | allWriteBuffersEmpty () const |
| void | seekBuffer (qint64 newPos) |
| void | setCurrentReadChannel (int channel) |
| void | setCurrentWriteChannel (int channel) |
| void | setReadChannelCount (int count) |
| void | setWriteChannelCount (int count) |
| qint64 | read (char *data, qint64 maxSize, bool peeking=false) |
| qint64 | readLine (char *data, qint64 maxSize, ReadLineOption option=ReadLineOption::NullTerminated) |
| qint64 | skipByReading (qint64 maxSize) |
| qint64 | skipLine () |
| void | write (const char *data, qint64 size) |
| bool | isWriteChunkCached (const char *data, qint64 size) const |
| void | ensureExtraData () |
| void | setObjectNameWithoutBindings (const QString &name) |
| | QObjectPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion) |
| virtual | ~QObjectPrivate () |
| void | deleteChildren () |
| void | clearBindingStorage () |
| void | setParent_helper (QObject *) |
| void | moveToThread_helper () |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status) |
| QObjectList | receiverList (const char *signal) const |
| void | ensureConnectionData () |
| void | addConnection (int signal, Connection *c) |
| int | signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const |
| bool | isSignalConnected (uint signalIdx, bool checkDeclarative=true) const |
| bool | maybeSignalConnected (uint signalIndex) const |
| bool | isDeclarativeSignalConnected (uint signalIdx) const |
| void | connectNotify (const QMetaMethod &signal) |
| void | disconnectNotify (const QMetaMethod &signal) |
| void | reinitBindingStorageAfterThreadMove () |
| virtual std::string | flagsForDumping () const |
| virtual void | writeToDebugStream (QDebug &) const |
| QtPrivate::QPropertyAdaptorSlotObject * | getPropertyAdaptorSlotObject (const QMetaProperty &property) |
| | QObjectData ()=default |
| virtual | ~QObjectData ()=0 |
| const QMetaObject * | dynamicMetaObject () const |
| virtual | ~QAbstractSocketEngineReceiver () |
|
| static bool | supportsSsl () |
| static void | ensureInitialized () |
| static QList< QSslCipher > | defaultCiphers () |
| static QList< QSslCipher > | defaultDtlsCiphers () |
| static QList< QSslCipher > | supportedCiphers () |
| static void | setDefaultCiphers (const QList< QSslCipher > &ciphers) |
| static void | setDefaultDtlsCiphers (const QList< QSslCipher > &ciphers) |
| static void | setDefaultSupportedCiphers (const QList< QSslCipher > &ciphers) |
| static QList< QSslEllipticCurve > | supportedEllipticCurves () |
| static void | setDefaultSupportedEllipticCurves (const QList< QSslEllipticCurve > &curves) |
| static void | resetDefaultEllipticCurves () |
| static QList< QSslCertificate > | defaultCaCertificates () |
| static QList< QSslCertificate > | systemCaCertificates () |
| static void | setDefaultCaCertificates (const QList< QSslCertificate > &certs) |
| static void | addDefaultCaCertificate (const QSslCertificate &cert) |
| static void | addDefaultCaCertificates (const QList< QSslCertificate > &certs) |
| static bool | isMatchingHostname (const QSslCertificate &cert, const QString &peerName) |
| static bool | isMatchingHostname (const QString &cn, const QString &hostname) |
| static void | pauseSocketNotifiers (QSslSocket *) |
| static void | resumeSocketNotifiers (QSslSocket *) |
| static void | checkSettingSslContext (QSslSocket *, std::shared_ptr< QSslContext >) |
| static std::shared_ptr< QSslContext > | sslContext (QSslSocket *socket) |
| static QList< QByteArray > | unixRootCertDirectories () |
| static bool | rootCertOnDemandLoadingSupported () |
| static void | setRootCertOnDemandLoadingSupported (bool supported) |
| static QTlsBackend * | tlsBackendInUse () |
| static void | pauseSocketNotifiers (QAbstractSocket *) |
| static void | resumeSocketNotifiers (QAbstractSocket *) |
| static QAbstractSocketEngine * | getSocketEngine (QAbstractSocket *) |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1, typename Func2> |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1, typename Func2> |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 42 of file qsslsocket_p.h.