davix  0.2.2
Public Member Functions | Friends
Davix::HttpCacheToken Class Reference

State of the cache of a past HTTPRequest transmit a HttpCacheToken object enable speed optimizations. More...

#include <httpcachetoken.hpp>

Public Member Functions

 HttpCacheToken ()
 default constructor
 HttpCacheToken (const HttpCacheToken &orig)
 copy constructor
virtual ~HttpCacheToken ()
 descruptor
HttpCacheToken & operator= (const HttpCacheToken &)
 assignment operator
const Uri & getrequestUri () const
 uri of the request associated with this cache token
const Uri & getCachedRedirection () const
 redirection cache

Friends

struct HttpCacheTokenAccessor

Detailed Description

State of the cache of a past HTTPRequest transmit a HttpCacheToken object enable speed optimizations.


Constructor & Destructor Documentation

Davix::HttpCacheToken::HttpCacheToken ( const HttpCacheToken &  orig)

copy constructor

Parameters:
orig

Member Function Documentation

const Uri& Davix::HttpCacheToken::getCachedRedirection ( ) const

redirection cache

Returns:
get the final redirection Uri associated with the request Uri
const Uri& Davix::HttpCacheToken::getrequestUri ( ) const

uri of the request associated with this cache token

Returns:
HttpCacheToken& Davix::HttpCacheToken::operator= ( const HttpCacheToken &  )

assignment operator

Returns:

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