Protocols::Http::BodyEnd Class Reference

#include <BodyEnd.h> [code]

Inherits Protocols::Http::HeaderBase.

Inheritance diagram for Protocols::Http::BodyEnd:

Inheritance graph
[legend]
Collaboration diagram for Protocols::Http::BodyEnd:

Collaboration graph
[legend]
List of all members.

Detailed Description

Meta Data type indicating the end of the HTTP message body.

You will use default constructed (null) BodyEnd objects most of the time. The only exception is when you are using the chunked transfer coding. In this case BodyEnd may contain the fields that will appear/have appeard in the trailer folling the chunked data.

Definition at line 39 of file BodyEnd.h.

Public Member Functions

auto_ptr< DataBasecopy () const
 Virtual copy constructor.


Member Function Documentation

auto_ptr< DataBase > BodyEnd::copy  )  const [virtual]
 

Virtual copy constructor.

Reimplemented from Protocols::Http::HeaderBase.

Definition at line 27 of file BodyEnd.cpp.


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