apt @VERSION@
Public Member Functions

pkgAcqMetaClearSig Class Reference

An item repsonsible for downloading clearsigned metaindexes {{{. More...

#include <acquire-item.h>

Inheritance diagram for pkgAcqMetaClearSig:
pkgAcqMetaIndex pkgAcquire::Item WeakPointable

List of all members.

Public Member Functions

void Failed (string Message, pkgAcquire::MethodConfig *Cnf)
 Invoked by the acquire worker when the object couldn't be fetched.
virtual string Custom600Headers ()
 Custom headers to be sent to the fetch process.
 pkgAcqMetaClearSig (pkgAcquire *Owner, string const &URI, string const &URIDesc, string const &ShortDesc, string const &MetaIndexURI, string const &MetaIndexURIDesc, string const &MetaIndexShortDesc, string const &MetaSigURI, string const &MetaSigURIDesc, string const &MetaSigShortDesc, const vector< struct IndexTarget * > *IndexTargets, indexRecords *MetaIndexParser)
 Create a new pkgAcqMetaClearSig.

Detailed Description

An item repsonsible for downloading clearsigned metaindexes {{{.


Member Function Documentation

string Custom600Headers ( ) [virtual]

Custom headers to be sent to the fetch process.

Returns:
a string containing RFC822-style headers that are to be inserted into the 600 URI Acquire message sent to the fetch subprocess. The headers are inserted after a newline-less line, so they should (if nonempty) have a leading newline and no trailing newline.

Reimplemented from pkgAcqMetaIndex.

References pkgAcqMetaIndex::RealURI.

void Failed ( string  Message,
pkgAcquire::MethodConfig Cnf 
) [virtual]

Invoked by the acquire worker when the object couldn't be fetched.

This is a branch of the continuation of the fetch process.

Parameters:
MessageAn RFC822-formatted message from the acquire method describing what went wrong. Use LookupTag() to parse it.
CnfThe method via which the worker tried to fetch this object.
See also:
pkgAcqMethod

Reimplemented from pkgAcqMetaIndex.


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