Public Member Functions

HttpBodyFactory Class Reference

#include <HttpBodyFactory.h>

Collaboration diagram for HttpBodyFactory:
Collaboration graph
[legend]

Public Member Functions

 HttpBodyFactory ()
 ~HttpBodyFactory ()
char * fabricate_with_old_api (const char *type, HttpTransact::State *context, int64_t max_buffer_length, int64_t *resulting_buffer_length, char *content_language_out_buf, size_t content_language_buf_size, char *content_type_out_buf, size_t content_type_buf_size, const char *format, va_list ap)
char * fabricate_with_old_api_build_va (const char *type, HttpTransact::State *context, int64_t max_buffer_length, int64_t *resulting_buffer_length, char *content_language_out_buf, size_t content_language_buf_size, char *content_type_out_buf, size_t content_type_buf_size, const char *format,...)
void dump_template_tables (FILE *fp=stderr)
void reconfigure ()

Detailed Description

Definition at line 150 of file HttpBodyFactory.h.


Constructor & Destructor Documentation

HttpBodyFactory::HttpBodyFactory (  ) 
HttpBodyFactory::~HttpBodyFactory (  ) 

Definition at line 391 of file HttpBodyFactory.cc.


Member Function Documentation

void HttpBodyFactory::dump_template_tables ( FILE *  fp = stderr  ) 
char * HttpBodyFactory::fabricate_with_old_api ( const char *  type,
HttpTransact::State context,
int64_t  max_buffer_length,
int64_t *  resulting_buffer_length,
char *  content_language_out_buf,
size_t  content_language_buf_size,
char *  content_type_out_buf,
size_t  content_type_buf_size,
const char *  format,
va_list  ap 
)
char* HttpBodyFactory::fabricate_with_old_api_build_va ( const char *  type,
HttpTransact::State context,
int64_t  max_buffer_length,
int64_t *  resulting_buffer_length,
char *  content_language_out_buf,
size_t  content_language_buf_size,
char *  content_type_out_buf,
size_t  content_type_buf_size,
const char *  format,
  ... 
) [inline]

Definition at line 167 of file HttpBodyFactory.h.

References fabricate_with_old_api().

Referenced by HttpTransact::build_redirect_response().

void HttpBodyFactory::reconfigure (  ) 

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