libzypp  17.35.16
providemessage_p.h File Reference
#include <zypp-core/rpc/PluginFrame.h>
#include <zypp-core/zyppng/pipelines/expected.h>
#include <zypp-core/base/PtrTypes.h>
#include <zypp-core/zyppng/pipelines/Expected>
#include <zypp-core/zyppng/rpc/stompframestream.h>
#include <zypp-media/ng/ProvideSpec>
#include <zypp-media/ng/HeaderValueMap>
#include <boost/iterator/iterator_adaptor.hpp>
Include dependency graph for providemessage_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zyppng::ProviderConfiguration
 
class  zyppng::WorkerCaps
 
class  zyppng::ProvideMessage
 

Namespaces

 zypp::proto
 
 zyppng
 
 zyppng::ProvideMessageFields
 
 zyppng::ProvideStartedMsgFields
 
 zyppng::ProvideFinishedMsgFields
 
 zyppng::AuthInfoMsgFields
 
 zyppng::RedirectMsgFields
 
 zyppng::MetalinkRedirectMsgFields
 
 zyppng::ErrMsgFields
 
 zyppng::ProvideMsgFields
 
 zyppng::AttachMsgFields
 
 zyppng::AttachFinishedMsgFields
 
 zyppng::DetachMsgFields
 
 zyppng::AuthDataRequestMsgFields
 
 zyppng::MediaChangeRequestMsgFields
 
 zyppng::EjectMsgFields
 

Enumerations

enum  zyppng::MessageCodes : uint32_t {
  zyppng::NoCode = 0, zyppng::FirstInformalCode = 100, zyppng::ProvideStarted = 100, zyppng::LastInformalCode = 199,
  zyppng::FirstSuccessCode = 200, zyppng::ProvideFinished = 200, zyppng::AttachFinished = 201, zyppng::AuthInfo = 202,
  zyppng::MediaChanged = 203, zyppng::DetachFinished = 204, zyppng::LastSuccessCode = 299, zyppng::FirstRedirCode = 300,
  zyppng::Redirect = 300, zyppng::Metalink = 301, zyppng::LastRedirCode = 399, zyppng::FirstClientErrCode = 400,
  zyppng::BadRequest = 400, zyppng::Unauthorized = 401, zyppng::Forbidden = 402, zyppng::PeerCertificateInvalid = 403,
  zyppng::NotFound = 404, zyppng::ExpectedSizeExceeded = 405, zyppng::ConnectionFailed = 406, zyppng::Timeout = 407,
  zyppng::Cancelled = 408, zyppng::InvalidChecksum = 409, zyppng::MountFailed = 410, zyppng::Jammed = 411,
  zyppng::MediaChangeAbort = 412, zyppng::MediaChangeSkip = 413, zyppng::NoAuthData = 414, zyppng::NotAFile = 415,
  zyppng::MediumNotDesired = 416, zyppng::LastClientErrCode = 499, zyppng::FirstSrvErrCode = 500, zyppng::InternalError = 500,
  zyppng::ProtocolError = 501, zyppng::LastSrvErrCode = 599, zyppng::FirstControllerCode = 600, zyppng::Prov = 600,
  zyppng::Cancel = 601, zyppng::Attach = 602, zyppng::Detach = 603, zyppng::LastControllerCode = 699,
  zyppng::FirstWorkerCode = 700, zyppng::AuthDataRequest = 700, zyppng::MediaChangeRequest = 701, zyppng::LastWorkerCode = 799
}
 

Functions

constexpr std::string_view zyppng::ProvideMessageFields::RequestCode ("requestCode")
 
constexpr std::string_view zyppng::ProvideMessageFields::RequestId ("requestId")
 
constexpr std::string_view zyppng::ProvideStartedMsgFields::Url ("url")
 
constexpr std::string_view zyppng::ProvideStartedMsgFields::LocalFilename ("local_filename")
 
constexpr std::string_view zyppng::ProvideStartedMsgFields::StagingFilename ("staging_filename")
 
constexpr std::string_view zyppng::ProvideFinishedMsgFields::LocalFilename ("local_filename")
 
constexpr std::string_view zyppng::ProvideFinishedMsgFields::CacheHit ("cacheHit")
 
constexpr std::string_view zyppng::AuthInfoMsgFields::Username ("username")
 
constexpr std::string_view zyppng::AuthInfoMsgFields::Password ("password")
 
constexpr std::string_view zyppng::AuthInfoMsgFields::AuthTimestamp ("auth_timestamp")
 
constexpr std::string_view zyppng::AuthInfoMsgFields::AuthType ("authType")
 
constexpr std::string_view zyppng::RedirectMsgFields::NewUrl ("new_url")
 
constexpr std::string_view zyppng::MetalinkRedirectMsgFields::NewUrl ("new_url")
 
constexpr std::string_view zyppng::ErrMsgFields::Reason ("reason")
 
constexpr std::string_view zyppng::ErrMsgFields::Transient ("transient")
 
constexpr std::string_view zyppng::ErrMsgFields::History ("history")
 
constexpr std::string_view zyppng::ProvideMsgFields::Url ("url")
 
constexpr std::string_view zyppng::ProvideMsgFields::Filename ("filename")
 
constexpr std::string_view zyppng::ProvideMsgFields::DeltaFile ("delta_file")
 
constexpr std::string_view zyppng::ProvideMsgFields::ExpectedFilesize ("expected_filesize")
 
constexpr std::string_view zyppng::ProvideMsgFields::CheckExistOnly ("check_existance_only")
 
constexpr std::string_view zyppng::ProvideMsgFields::MetalinkEnabled ("metalink_enabled")
 
constexpr std::string_view zyppng::AttachMsgFields::Url ("url")
 
constexpr std::string_view zyppng::AttachMsgFields::AttachId ("attach_id")
 
constexpr std::string_view zyppng::AttachMsgFields::VerifyType ("verify_type")
 
constexpr std::string_view zyppng::AttachMsgFields::VerifyData ("verify_data")
 
constexpr std::string_view zyppng::AttachMsgFields::MediaNr ("media_nr")
 
constexpr std::string_view zyppng::AttachMsgFields::Device ("device")
 
constexpr std::string_view zyppng::AttachMsgFields::Label ("label")
 
constexpr std::string_view zyppng::AttachFinishedMsgFields::LocalMountPoint ("local_mountpoint")
 
constexpr std::string_view zyppng::DetachMsgFields::Url ("url")
 
constexpr std::string_view zyppng::AuthDataRequestMsgFields::EffectiveUrl ("effective_url")
 
constexpr std::string_view zyppng::AuthDataRequestMsgFields::LastAuthTimestamp ("last_auth_timestamp")
 
constexpr std::string_view zyppng::AuthDataRequestMsgFields::LastUser ("username")
 
constexpr std::string_view zyppng::AuthDataRequestMsgFields::AuthHint ("authHint")
 
constexpr std::string_view zyppng::MediaChangeRequestMsgFields::Label ("label")
 
constexpr std::string_view zyppng::MediaChangeRequestMsgFields::MediaNr ("media_nr")
 
constexpr std::string_view zyppng::MediaChangeRequestMsgFields::Device ("device")
 
constexpr std::string_view zyppng::MediaChangeRequestMsgFields::Desc ("desc")
 
constexpr std::string_view zyppng::EjectMsgFields::device ("device")