#include <test_output.h>
Inheritance diagram for TestOutputFilter:

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 | |
|
|
|
|
|
|
|
||||||||||||
|
connection_output_filter is the method thats called for you to handle data
Reimplemented from ApacheOutputFilter. |
|
||||||||||||
|
request_output_filter is the method thats called for you to handle data
Reimplemented from ApacheOutputFilter. |
1.4.2