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
QHttpSocketEngine Member List

This is the complete list of members for QHttpSocketEngine, including all inherited members.

accept() overrideQHttpSocketEnginevirtual
AddressReusable enum valueQAbstractSocketEngine
bind(const QHostAddress &address, quint16 port) overrideQHttpSocketEnginevirtual
bindableObjectName()QObject
BindExclusively enum valueQAbstractSocketEngine
bindingStorage()QObjectinline
bindingStorage() constQObjectinline
blockSignals(bool b) noexceptQObject
BroadcastSocketOption enum valueQAbstractSocketEngine
bytesAvailable() const overrideQHttpSocketEnginevirtual
bytesToWrite() const overrideQHttpSocketEnginevirtual
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObjectinline
close() overrideQHttpSocketEnginevirtual
closeNotification()QAbstractSocketEngineslot
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) constQObjectinline
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)QObjectinlinestatic
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)QObjectinlinestatic
Connected enum valueQHttpSocketEngine
connectInternal()QHttpSocketEngine
connectionNotification()QAbstractSocketEngineslot
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
ConnectSent enum valueQHttpSocketEngine
connectToHost(const QHostAddress &address, quint16 port) overrideQHttpSocketEnginevirtual
connectToHostByName(const QString &name, quint16 port) overrideQHttpSocketEnginevirtual
createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &, QObject *parent)QAbstractSocketEnginestatic
createSocketEngine(qintptr socketDescriptor, QObject *parent)QAbstractSocketEnginestatic
customEvent(QEvent *event)QObjectprotectedvirtual
d_ptrQObjectprotected
deleteLater()QObjectslot
destroyed(QObject *=nullptr)QObjectsignal
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)QObjectstatic
disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) constQObjectinline
disconnect(const QObject *receiver, const char *member=nullptr) constQObjectinline
disconnect(const QMetaObject::Connection &)QObjectstatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)QObjectinlinestatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)QObjectinlinestatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
dumpObjectInfo() constQObject
dumpObjectTree() constQObject
dynamicPropertyNames() constQObject
error() constQAbstractSocketEngine
errorString() constQAbstractSocketEngine
event(QEvent *event)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
exceptionNotification()QAbstractSocketEngineslot
findChild(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChild(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
hasPendingDatagrams() const overrideQHttpSocketEnginevirtual
HttpState enum nameQHttpSocketEngine
inboundStreamCount() constQAbstractSocketEngine
inherits(const char *classname) constQObjectinline
initialize(QAbstractSocket::SocketType type, QAbstractSocket::NetworkLayerProtocol protocol=QAbstractSocket::IPv4Protocol) overrideQHttpSocketEnginevirtual
initialize(qintptr socketDescriptor, QAbstractSocket::SocketState socketState=QAbstractSocket::ConnectedState) overrideQHttpSocketEnginevirtual
installEventFilter(QObject *filterObj)QObject
isExceptionNotificationEnabled() const overrideQHttpSocketEnginevirtual
isQuickItemType() constQObjectinline
isReadNotificationEnabled() const overrideQHttpSocketEnginevirtual
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isValid() const overrideQHttpSocketEnginevirtual
isWidgetType() constQObjectinline
isWindowType() constQObjectinline
isWriteNotificationEnabled() const overrideQHttpSocketEnginevirtual
joinMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &interface) overrideQHttpSocketEnginevirtual
KeepAliveOption enum valueQAbstractSocketEngine
killTimer(int id)QObject
killTimer(Qt::TimerId id)QObject
leaveMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &interface) overrideQHttpSocketEnginevirtual
listen(int backlog) overrideQHttpSocketEnginevirtual
localAddress() constQAbstractSocketEngine
localPort() constQAbstractSocketEngine
LowDelayOption enum valueQAbstractSocketEngine
MaxStreamsSocketOption enum valueQAbstractSocketEngine
moveToThread(QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL)QObject
multicastInterface() const overrideQHttpSocketEnginevirtual
MulticastLoopbackOption enum valueQAbstractSocketEngine
MulticastTtlOption enum valueQAbstractSocketEngine
NonBlockingSocketOption enum valueQAbstractSocketEngine
None enum valueQHttpSocketEngine
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName, QPrivateSignal)QObjectsignal
option(SocketOption option) const overrideQHttpSocketEnginevirtual
outboundStreamCount() constQAbstractSocketEngine
PacketHeaderOption enum nameQAbstractSocketEngine
parent() constQObjectinline
PathMtuInformation enum valueQAbstractSocketEngine
peerAddress() constQAbstractSocketEngine
peerPort() constQAbstractSocketEngine
pendingDatagramSize() const overrideQHttpSocketEnginevirtual
property(const char *name) constQObject
protocol() constQAbstractSocketEngine
proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator *authenticator)QAbstractSocketEngineslot
QAbstractSocketEngine(QObject *parent=nullptr)QAbstractSocketEngine
QAbstractSocketEngine(QAbstractSocketEnginePrivate &dd, QObject *parent=nullptr)QAbstractSocketEngineprotected
qFindChildqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
QHttpSocketEngine(QObject *parent=nullptr)QHttpSocketEngine
QObject(QObject *parent=nullptr)QObjectexplicit
QObject(QObjectPrivate &dd, QObject *parent=nullptr)QObjectprotected
qobject_cast(const QObject *object)QObjectrelated
QObjectListQObjectrelated
read(char *data, qint64 maxlen) overrideQHttpSocketEnginevirtual
readDatagram(char *data, qint64 maxlen, QIpPacketHeader *, PacketHeaderOptions) overrideQHttpSocketEnginevirtual
readNotification()QAbstractSocketEngineslot
ReadResponseContent enum valueQHttpSocketEngine
ReadResponseHeader enum valueQHttpSocketEngine
ReceiveBufferSocketOption enum valueQAbstractSocketEngine
ReceiveHopLimit enum valueQAbstractSocketEngine
ReceiveOutOfBandData enum valueQAbstractSocketEngine
ReceivePacketInformation enum valueQAbstractSocketEngine
receivers(const char *signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
SendAuthentication enum valueQHttpSocketEngine
SendBufferSocketOption enum valueQAbstractSocketEngine
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setError(QAbstractSocket::SocketError error, const QString &errorString) constQAbstractSocketEngineprotected
setExceptionNotificationEnabled(bool enable) overrideQHttpSocketEnginevirtual
setLocalAddress(const QHostAddress &address)QAbstractSocketEngineprotected
setLocalPort(quint16 port)QAbstractSocketEngineprotected
setMulticastInterface(const QNetworkInterface &iface) overrideQHttpSocketEnginevirtual
setObjectName(const QString &name)QObjectinline
setObjectName(QAnyStringView name)QObject
setOption(SocketOption option, int value) overrideQHttpSocketEnginevirtual
setParent(QObject *parent)QObject
setPeerAddress(const QHostAddress &address)QAbstractSocketEngineprotected
setPeerPort(quint16 port)QAbstractSocketEngineprotected
setProperty(const char *name, const QVariant &value)QObject
setProperty(const char *name, QVariant &&value)QObjectinline
setProtocol(QAbstractSocket::NetworkLayerProtocol protocol)QAbstractSocketEngineprotected
setProxy(const QNetworkProxy &networkProxy)QHttpSocketEngine
setReadNotificationEnabled(bool enable) overrideQHttpSocketEnginevirtual
setReceiver(QAbstractSocketEngineReceiver *receiver)QAbstractSocketEngine
setSocketType(QAbstractSocket::SocketType socketType)QAbstractSocketEngineprotected
setState(QAbstractSocket::SocketState state)QAbstractSocketEngineprotected
setWriteNotificationEnabled(bool enable) overrideQHttpSocketEnginevirtual
signalsBlocked() const noexceptQObjectinline
slotSocketBytesWritten()QHttpSocketEngineslot
slotSocketConnected()QHttpSocketEngineslot
slotSocketDisconnected()QHttpSocketEngineslot
slotSocketError(QAbstractSocket::SocketError error)QHttpSocketEngineslot
slotSocketReadNotification()QHttpSocketEngineslot
slotSocketStateChanged(QAbstractSocket::SocketState state)QHttpSocketEngineslot
socketDescriptor() const overrideQHttpSocketEnginevirtual
SocketOption enum nameQAbstractSocketEngine
socketType() constQAbstractSocketEngine
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
startTimer(std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer)QObject
state() constQAbstractSocketEngine
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
TypeOfServiceOption enum valueQAbstractSocketEngine
waitForProtocolHandshake(QDeadlineTimer deadline) constQHttpSocketEngine
waitForRead(QDeadlineTimer deadline=QDeadlineTimer{DefaultTimeout}, bool *timedOut=nullptr) overrideQHttpSocketEnginevirtual
waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, QDeadlineTimer deadline=QDeadlineTimer{DefaultTimeout}, bool *timedOut=nullptr) overrideQHttpSocketEnginevirtual
waitForWrite(QDeadlineTimer deadline=QDeadlineTimer{DefaultTimeout}, bool *timedOut=nullptr) overrideQHttpSocketEnginevirtual
WantAll enum valueQAbstractSocketEngine
WantDatagramDestination enum valueQAbstractSocketEngine
WantDatagramHopLimit enum valueQAbstractSocketEngine
WantDatagramSender enum valueQAbstractSocketEngine
WantEndOfRecord enum valueQAbstractSocketEngine
WantNone enum valueQAbstractSocketEngine
WantStreamNumber enum valueQAbstractSocketEngine
write(const char *data, qint64 len) overrideQHttpSocketEnginevirtual
writeDatagram(const char *data, qint64 len, const QIpPacketHeader &) overrideQHttpSocketEnginevirtual
writeNotification()QAbstractSocketEngineslot
~QHttpSocketEngine()QHttpSocketEngine
~QObject()QObjectvirtual