|
Squid Web Cache master
|
#include <MessageRep.h>
Public Types | |
| typedef libecap::BodySize | BodySize |
Public Member Functions | |
| BodyRep (const BodyPipe::Pointer &aBody) | |
| void | tie (const BodyPipe::Pointer &aBody) |
| BodySize | bodySize () const override |
Private Attributes | |
| BodyPipe::Pointer | theBody |
Definition at line 135 of file MessageRep.h.
| typedef libecap::BodySize Adaptation::Ecap::BodyRep::BodySize |
Definition at line 138 of file MessageRep.h.
| Adaptation::Ecap::BodyRep::BodyRep | ( | const BodyPipe::Pointer & | aBody | ) |
Definition at line 343 of file MessageRep.cc.
|
override |
Definition at line 356 of file MessageRep.cc.
| void Adaptation::Ecap::BodyRep::tie | ( | const BodyPipe::Pointer & | aBody | ) |
Definition at line 348 of file MessageRep.cc.
References Must.
|
private |
Definition at line 149 of file MessageRep.h.