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

TestOutputFilter Class Reference

#include <test_output.h>

Inheritance diagram for TestOutputFilter:

ApacheOutputFilter ApacheBase List of all members.

Public Member Functions

 TestOutputFilter (void)
 ~TestOutputFilter (void)
apr_status_t request_output_filter (ap_filter_t *f, apr_bucket_brigade *b)
 request_output_filter is the method thats called for you to handle data
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

Constructor & Destructor Documentation

TestOutputFilter::TestOutputFilter void   ) 
 

TestOutputFilter::~TestOutputFilter void   ) 
 


Member Function Documentation

int TestOutputFilter::connection_output_filter ap_filter_t *  f,
apr_bucket_brigade *  b
[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 from ApacheOutputFilter.

apr_status_t TestOutputFilter::request_output_filter ap_filter_t *  f,
apr_bucket_brigade *  bb
[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 from ApacheOutputFilter.


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