Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
net_instaweb::RewriteDriverPool Class Referenceabstract

#include "rewrite_driver_pool.h"

Public Member Functions

virtual ~RewriteDriverPool ()
 Deletes all drivers in the pool.
 
virtual const RewriteOptionsTargetOptions () const =0
 
RewriteDriverPopDriver ()
 Return a driver from freelist, or NULL.
 
void RecycleDriver (RewriteDriver *driver)
 Stores the driver on freelist, and Clear()s it for reuse.
 

Detailed Description

A class for managing recycling of RewriteDrivers with standard options. Note that this class by itself is not threadsafe, as ServerContext takes care of that.


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