MythTV  master
Public Member Functions | Public Attributes | List of all members
MythHTTPContent Class Reference

#include <mythhttptypes.h>

Inheritance diagram for MythHTTPContent:
Inheritance graph
[legend]
Collaboration diagram for MythHTTPContent:
Collaboration graph
[legend]

Public Member Functions

 MythHTTPContent (QString Name)
 

Public Attributes

QString m_fileName
 
HTTPRanges m_ranges
 
int64_t m_partialSize { 0 }
 
HTTPContents m_multipartHeaders
 
int64_t m_multipartHeaderSize { 0 }
 
int64_t m_written { 0 }
 
MythHTTPEncode m_encoding { HTTPNoEncode }
 
MythMimeType m_mimeType { }
 
QDateTime m_lastModified
 
QByteArray m_etag
 
int m_cacheType { HTTPIgnoreCache }
 

Detailed Description

Definition at line 163 of file mythhttptypes.h.

Constructor & Destructor Documentation

◆ MythHTTPContent()

MythHTTPContent::MythHTTPContent ( QString  Name)
inlineexplicit

Definition at line 166 of file mythhttptypes.h.

Member Data Documentation

◆ m_fileName

QString MythHTTPContent::m_fileName

Definition at line 167 of file mythhttptypes.h.

◆ m_ranges

HTTPRanges MythHTTPContent::m_ranges

Definition at line 168 of file mythhttptypes.h.

◆ m_partialSize

int64_t MythHTTPContent::m_partialSize { 0 }

Definition at line 169 of file mythhttptypes.h.

◆ m_multipartHeaders

HTTPContents MythHTTPContent::m_multipartHeaders

Definition at line 170 of file mythhttptypes.h.

◆ m_multipartHeaderSize

int64_t MythHTTPContent::m_multipartHeaderSize { 0 }

Definition at line 171 of file mythhttptypes.h.

◆ m_written

int64_t MythHTTPContent::m_written { 0 }

Definition at line 172 of file mythhttptypes.h.

◆ m_encoding

MythHTTPEncode MythHTTPContent::m_encoding { HTTPNoEncode }

Definition at line 173 of file mythhttptypes.h.

◆ m_mimeType

MythMimeType MythHTTPContent::m_mimeType { }

Definition at line 174 of file mythhttptypes.h.

◆ m_lastModified

QDateTime MythHTTPContent::m_lastModified

Definition at line 175 of file mythhttptypes.h.

◆ m_etag

QByteArray MythHTTPContent::m_etag

Definition at line 176 of file mythhttptypes.h.

◆ m_cacheType

int MythHTTPContent::m_cacheType { HTTPIgnoreCache }

Definition at line 177 of file mythhttptypes.h.

Referenced by MythHTTPData::MythHTTPData().


The documentation for this class was generated from the following file: