|
libflute
|
An entry for a file in the FDT. More...
#include <FileDeliveryTable.h>

Public Member Functions | |
| bool | operator== (const FileEntry &other) const |
| bool | operator!= (const FileEntry &other) const |
Public Attributes | |
| uint32_t | toi |
| std::string | content_location |
| uint32_t | content_length |
| std::string | content_md5 |
| std::string | content_type |
| uint64_t | expires |
| FecOti | fec_oti |
| struct { | |
| bool no_cache | |
| std::optional< uint64_t > cache_expires | |
| } | cache_control |
| std::string | content_encoding |
| std::string | etag |
An entry for a file in the FDT.
Definition at line 73 of file FileDeliveryTable.h.
|
inline |
Definition at line 89 of file FileDeliveryTable.h.
| bool LibFlute::FileDeliveryTable::FileEntry::operator== | ( | const FileEntry & | other | ) | const |
Definition at line 125 of file FileDeliveryTable.cpp.
| struct { ... } LibFlute::FileDeliveryTable::FileEntry::cache_control |
| std::optional<uint64_t> LibFlute::FileDeliveryTable::FileEntry::cache_expires |
Definition at line 83 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::content_encoding |
Definition at line 85 of file FileDeliveryTable.h.
| uint32_t LibFlute::FileDeliveryTable::FileEntry::content_length |
Definition at line 76 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::content_location |
Definition at line 75 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::content_md5 |
Definition at line 77 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::content_type |
Definition at line 78 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::etag |
Definition at line 86 of file FileDeliveryTable.h.
| uint64_t LibFlute::FileDeliveryTable::FileEntry::expires |
Definition at line 79 of file FileDeliveryTable.h.
| FecOti LibFlute::FileDeliveryTable::FileEntry::fec_oti |
Definition at line 80 of file FileDeliveryTable.h.
| bool LibFlute::FileDeliveryTable::FileEntry::no_cache |
Definition at line 82 of file FileDeliveryTable.h.
| uint32_t LibFlute::FileDeliveryTable::FileEntry::toi |
Definition at line 74 of file FileDeliveryTable.h.