![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 17 of file http2streams.cpp.
| Http2::Stream::Stream | ( | const HttpMessagePair & | message, |
| quint32 | streamID, | ||
| qint32 | sendSize, | ||
| qint32 | recvSize ) |
Definition at line 21 of file http2streams.cpp.
Definition at line 29 of file http2streams.cpp.
| QNonContiguousByteDevice * Http2::Stream::data | ( | ) | const |
Definition at line 71 of file http2streams.cpp.
| QHttpNetworkRequest::Priority Http2::Stream::priority | ( | ) | const |
Definition at line 53 of file http2streams.cpp.
| QHttpNetworkReply * Http2::Stream::reply | ( | ) | const |
Definition at line 38 of file http2streams.cpp.
| QHttpNetworkRequest & Http2::Stream::request | ( | ) |
Definition at line 48 of file http2streams.cpp.
| const QHttpNetworkRequest & Http2::Stream::request | ( | ) | const |
Definition at line 43 of file http2streams.cpp.
| uchar Http2::Stream::weight | ( | ) | const |
Definition at line 58 of file http2streams.cpp.
| HttpMessagePair Http2::Stream::httpPair |
Definition at line 64 of file http2streams_p.h.
| 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.