Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ApacheOutputFilter Class Reference

#include <apache_filters.h>

Inheritance diagram for ApacheOutputFilter:

ApacheBase TestOutputFilter List of all members.

Public Member Functions

 ApacheOutputFilter ()
 Constructor for your output filter - called when the child thread/process is initiated.
virtual ~ApacheOutputFilter ()
 Destructor for your output filter - called when the child thread/process is cleaned up.
virtual int connection_output_filter (ap_filter_t *f, apr_bucket_brigade *b)
 connection_output_filter is the method thats called for you to handle data
virtual int request_output_filter (ap_filter_t *f, apr_bucket_brigade *b)
 request_output_filter is the method thats called for you to handle data

Constructor & Destructor Documentation

ApacheOutputFilter::ApacheOutputFilter  )  [inline]
 

Constructor for your output filter - called when the child thread/process is initiated.

virtual ApacheOutputFilter::~ApacheOutputFilter  )  [inline, virtual]
 

Destructor for your output filter - called when the child thread/process is cleaned up.


Member Function Documentation

virtual int ApacheOutputFilter::connection_output_filter ap_filter_t *  f,
apr_bucket_brigade *  b
[inline, virtual]
 

connection_output_filter is the method thats called for you to handle data

Parameters:
f the filter context
b the brigade to filter

Reimplemented in TestOutputFilter.

virtual int ApacheOutputFilter::request_output_filter ap_filter_t *  f,
apr_bucket_brigade *  b
[inline, virtual]
 

request_output_filter is the method thats called for you to handle data

Parameters:
f the filter context
b the brigade to filter

Reimplemented in TestOutputFilter.


The documentation for this class was generated from the following file:
Generated on Sun Apr 3 15:38:42 2005 for mod_cplusplus by  doxygen 1.4.2