|
libzypp 17.31.6
|
Classes | |
| struct | AttachedMedia |
| A simple structure containing references to a media source and its attach point. More... | |
| class | AttachPoint |
| Attach point of a media source. More... | |
| struct | AuthenticationReport |
| struct | DownloadProgressReport |
| class | MediaCD |
| Implementation class for CD/DVD MediaHandler. More... | |
| struct | MediaChangeReport |
| class | MediaCIFS |
| Implementation class for CIFS MediaHandler. More... | |
| class | MediaCurl |
| Implementation class for FTP, HTTP and HTTPS MediaHandler. More... | |
| class | MediaDIR |
| Implementation class for DIR MediaHandler. More... | |
| class | MediaDISK |
| Implementation class for DISK MediaHandler. More... | |
| class | MediaHandler |
| Abstract base class for 'physical' MediaHandler like MediaCD, etc. More... | |
| class | MediaHandlerFactory |
| class | MediaISO |
| Implementation class for ISO MediaHandler. More... | |
| class | MediaManager |
| Manages access to the 'physical' media, e.g CDROM drives, Disk volumes, directory trees, etc, using Media Access Url's. More... | |
| class | MediaManager_Impl |
| class | MediaMultiCurl |
| class | MediaNetworkCommonHandler |
| Common baseclass for MediaCurl and MediaNetwork. More... | |
| class | MediaNFS |
| Implementation class for NFS MediaHandler. More... | |
| class | MediaPlugin |
| Implementation class for plugin MediaHandler. More... | |
| class | MediaPriority |
| Derive a numeric priority from Url scheme according to zypp.conf(download.media_preference). More... | |
| class | MediaSource |
| Media source internally used by MediaManager and MediaHandler. More... | |
| class | MediaVerifierBase |
| Interface to implement a media verifier. More... | |
| class | multifetchrequest |
| class | multifetchworker |
| class | NoVerifier |
| Dummy default media verifier, which is always happy. More... | |
| class | ScopedDisableMediaChangeReport |
| Temporarily disable MediaChangeReport Sometimes helpful to suppress interactive messages connected to MediaChangeReport while fallback URLs are avaialble. More... | |
| class | UrlResolverPlugin |
| class | ZsyncParser |
Typedefs | |
| typedef unsigned int | MediaNr |
| typedef zypp::RW_pointer< MediaVerifierBase > | MediaVerifierRef |
| A shared reference to the MediaVerifier implementation. | |
| typedef unsigned int | MediaAccessId |
| Media manager access Id type. | |
| typedef zypp::RW_pointer< MediaSource > | MediaSourceRef |
| typedef zypp::RW_pointer< AttachPoint > | AttachPointRef |
Functions | |
| std::string | getShare (Pathname spath_r) |
| Pathname | stripShare (Pathname spath_r) |
| ZYPP_DECLARE_OPERATORS_FOR_FLAGS (MediaCurl::RequestOptions) | |
| std::ostream & | operator<< (std::ostream &str, const MediaHandler &obj) |
| static double | currentTime () |
| static bool | env_isset (std::string name) |
| static bool | looks_like_metalink_fd (int fd) |
| static bool | looks_like_metalink (const Pathname &file) |
| std::ostream & | operator<< (std::ostream &str, const AttachPoint &obj) |
| std::ostream & | operator<< (std::ostream &str, const AttachedMedia &obj) |
| std::ostream & | operator<< (std::ostream &str, const UrlResolverPlugin &obj) |
| static int | hexstr2bytes (unsigned char *buf, const char *str, int buflen) |
Variables | |
| constexpr auto | MIN_REQ_MIRRS = 4 |
| constexpr auto | MAXURLS = 10 |
| typedef unsigned int zypp::media::MediaNr |
Definition at line 32 of file MediaManager.h.
A shared reference to the MediaVerifier implementation.
Definition at line 107 of file MediaManager.h.
| typedef unsigned int zypp::media::MediaAccessId |
Media manager access Id type.
Definition at line 29 of file MediaSource.h.
Definition at line 124 of file MediaSource.h.
Definition at line 125 of file MediaSource.h.
|
inline |
Definition at line 46 of file MediaCIFS.cc.
Definition at line 74 of file MediaCIFS.cc.
| zypp::media::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | MediaCurl::RequestOptions | ) |
| std::ostream & zypp::media::operator<< | ( | std::ostream & | str, |
| const MediaHandler & | obj | ||
| ) |
Definition at line 1180 of file MediaHandler.cc.
|
static |
Definition at line 176 of file MediaMultiCurl.cc.
|
inlinestatic |
Definition at line 424 of file MediaMultiCurl.cc.
|
static |
Definition at line 1226 of file MediaMultiCurl.cc.
Definition at line 1251 of file MediaMultiCurl.cc.
|
related |
Definition at line 18 of file MediaSource.cc.
|
related |
Definition at line 23 of file MediaSource.cc.
|
related |
Definition at line 92 of file UrlResolverPlugin.cc.
|
static |
Definition at line 39 of file ZsyncParser.cc.
|
constexpr |
Definition at line 170 of file MediaMultiCurl.cc.
|
constexpr |
Definition at line 171 of file MediaMultiCurl.cc.