![]() |
Qt 6.x
The Qt SDK
|
#include <http2streams_p.h>
Public Types | |
enum | StreamState { idle , open , halfClosedLocal , halfClosedRemote , remoteReserved , closed } |
Public Member Functions | |
Stream () | |
Stream (const HttpMessagePair &message, quint32 streamID, qint32 sendSize, qint32 recvSize) | |
Stream (const QString &key, quint32 streamID, qint32 recvSize) | |
QHttpNetworkReply * | reply () const |
const QHttpNetworkRequest & | request () const |
QHttpNetworkRequest & | request () |
QHttpNetworkRequest::Priority | priority () const |
uchar | weight () const |
QNonContiguousByteDevice * | data () const |
Public Attributes | |
HttpMessagePair | httpPair |
quint32 | streamID = 0 |
qint32 | sendWindow = 65535 |
qint32 | recvWindow = 65535 |
StreamState | state = idle |
QString | key |
Definition at line 38 of file http2streams_p.h.
Enumerator | |
---|---|
idle | |
open | |
halfClosedLocal | |
halfClosedRemote | |
remoteReserved | |
closed |
Definition at line 40 of file http2streams_p.h.
Http2::Stream::Stream | ( | ) |
Definition at line 16 of file http2streams.cpp.
Http2::Stream::Stream | ( | const HttpMessagePair & | message, |
quint32 | streamID, | ||
qint32 | sendSize, | ||
qint32 | recvSize | ||
) |
Definition at line 20 of file http2streams.cpp.
Definition at line 28 of file http2streams.cpp.
QNonContiguousByteDevice * Http2::Stream::data | ( | ) | const |
Definition at line 70 of file http2streams.cpp.
References httpPair.
Referenced by QHttp2ProtocolHandler::sendRequest().
QHttpNetworkRequest::Priority Http2::Stream::priority | ( | ) | const |
Definition at line 52 of file http2streams.cpp.
References httpPair.
Referenced by weight().
QHttpNetworkReply * Http2::Stream::reply | ( | ) | const |
Definition at line 37 of file http2streams.cpp.
References httpPair.
QHttpNetworkRequest & Http2::Stream::request | ( | ) |
Definition at line 47 of file http2streams.cpp.
References httpPair.
const QHttpNetworkRequest & Http2::Stream::request | ( | ) | const |
Definition at line 42 of file http2streams.cpp.
References httpPair.
uchar Http2::Stream::weight | ( | ) | const |
Definition at line 57 of file http2streams.cpp.
References QHttpNetworkRequest::HighPriority, QHttpNetworkRequest::LowPriority, QHttpNetworkRequest::NormalPriority, and priority().
HttpMessagePair Http2::Stream::httpPair |
Definition at line 64 of file http2streams_p.h.
Referenced by data(), priority(), reply(), request(), and request().
QString Http2::Stream::key |
Definition at line 71 of file http2streams_p.h.
qint32 Http2::Stream::recvWindow = 65535 |
Definition at line 68 of file http2streams_p.h.
qint32 Http2::Stream::sendWindow = 65535 |
Definition at line 67 of file http2streams_p.h.
StreamState Http2::Stream::state = idle |
Definition at line 70 of file http2streams_p.h.
quint32 Http2::Stream::streamID = 0 |
Definition at line 65 of file http2streams_p.h.