ulxr::StringProcessor Class Reference

Helper class to store the message body in a string. More...

Inheritance diagram for ulxr::StringProcessor:

Inheritance graph
[legend]
Collaboration diagram for ulxr::StringProcessor:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StringProcessor (Cpp8BitString &str_ref)
virtual void process (const char *buffer, unsigned len)
 Process a chunk of the message body somehow.

Private Attributes

Cpp8BitStringtarget

Detailed Description

Helper class to store the message body in a string.

Definition at line 129 of file ulxr_http_client.cpp.


Constructor & Destructor Documentation

ulxr::StringProcessor::StringProcessor ( Cpp8BitString str_ref  )  [inline]

Definition at line 132 of file ulxr_http_client.cpp.


Member Function Documentation

virtual void ulxr::StringProcessor::process ( const char *  buffer,
unsigned  len 
) [inline, virtual]

Process a chunk of the message body somehow.

Parameters:
buffer pointer to the current chunk
len valid length of the buffer

Reimplemented from ulxr::BodyProcessor.

Definition at line 136 of file ulxr_http_client.cpp.

References target.


Member Data Documentation

Cpp8BitString& ulxr::StringProcessor::target [private]

Definition at line 142 of file ulxr_http_client.cpp.

Referenced by process().


The documentation for this class was generated from the following file:
Generated on Sun Aug 19 20:09:04 2007 for ulxmlrpcpp by  doxygen 1.5.1