Protocols::Http::BodyWriter Class Reference

#include <BodyWriter.h> [code]

Inherited by Protocols::Http::IdentityContentLengthBodyWriter.

Inheritance diagram for Protocols::Http::BodyWriter:

Inheritance graph
[legend]
List of all members.

Detailed Description

HTTP message body codec interface.

Todo:
implement IdentityBodyWriter

implement ChunkBodyWriter

implement DeflateBodyWriter

implement BodyWriterChain

Definition at line 38 of file BodyWriter.h.

Public Member Functions

virtual ~BodyWriter ()
virtual bool write (const Data &, Transport *)=0


Constructor & Destructor Documentation

virtual Protocols::Http::BodyWriter::~BodyWriter  )  [inline, virtual]
 

Definition at line 43 of file BodyWriter.h.


Member Function Documentation

virtual bool Protocols::Http::BodyWriter::write const Data ,
Transport
[pure virtual]
 

Implemented in Protocols::Http::IdentityContentLengthBodyWriter.


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