davix  0.2.6
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 More...
 
virtual ~HttpCacheToken ()
 descruptor
 
HttpCacheTokenoperator= (const HttpCacheToken &)
 assignment operator More...
 
const UrigetrequestUri () const
 uri of the request associated with this cache token More...
 
const UrigetCachedRedirection () const
 redirection cache More...
 

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: