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

TestInputFilter Class Reference

#include <test_input.h>

Inheritance diagram for TestInputFilter:

ApacheInputFilter ApacheBase List of all members.

Public Member Functions

 TestInputFilter (void)
 ~TestInputFilter (void)
apr_status_t connection_input_filter (ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t eMode, apr_read_type_e eBlock, apr_off_t readbytes)
 connection_input_filter is called to process data. This is calleed once per brigade of data

Private Member Functions

char * reverse_args (apr_pool_t *pool, const char *args)

Constructor & Destructor Documentation

TestInputFilter::TestInputFilter void   ) 
 

TestInputFilter::~TestInputFilter void   ) 
 


Member Function Documentation

apr_status_t TestInputFilter::connection_input_filter ap_filter_t *  f,
apr_bucket_brigade *  bb,
ap_input_mode_t  eMode,
apr_read_type_e  eBlock,
apr_off_t  readbytes
[virtual]
 

connection_input_filter is called to process data. This is calleed once per brigade of data

Parameters:
f the filter context
b the bucket brigade of data
eMode input filtering node (e.g. AP_MODE_GETLINE)
eBlock tells the filter wether or not it should block
readbytes if the eMode is AP_MODE_READBYTESÊthis tells the module how many bytes

Reimplemented from ApacheInputFilter.

char* TestInputFilter::reverse_args apr_pool_t *  pool,
const char *  args
[private]
 


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