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
HttpCacheTokenoperator= (const HttpCacheToken &)
 assignment operator
const UrigetrequestUri () const
 uri of the request associated with this cache token
const UrigetCachedRedirection () 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:
Generated on 3 Sep 2013 for davix by  doxygen 1.4.7