|
Squid Web Cache master
|
#include <InOut.h>
Public Types | |
| typedef Http::Message | Header |
Public Member Functions | |
| InOut () | |
| ~InOut () | |
| void | setCause (HttpRequest *r) |
| void | setHeader (Header *h) |
Public Attributes | |
| Header * | header |
| HttpRequest * | cause |
| BodyPipe::Pointer | body_pipe |
|
inline |
Definition at line 33 of file InOut.h.
References cause, header, and HTTPMSGUNLOCK().
|
inline |
Definition at line 38 of file InOut.h.
References assert, cause, HTTPMSGLOCK(), and HTTPMSGUNLOCK().
Referenced by Adaptation::Icap::ModXact::ModXact(), and Adaptation::Icap::ModXactLauncher::ModXactLauncher().
|
inline |
Definition at line 48 of file InOut.h.
References body_pipe, Http::Message::body_pipe, header, HTTPMSGLOCK(), and HTTPMSGUNLOCK().
Referenced by Adaptation::Icap::ModXact::ModXact(), and Adaptation::Icap::ModXactLauncher::ModXactLauncher().
| BodyPipe::Pointer Adaptation::Icap::InOut::body_pipe |
Definition at line 63 of file InOut.h.
Referenced by setHeader().
| HttpRequest* Adaptation::Icap::InOut::cause |
Definition at line 60 of file InOut.h.
Referenced by ~InOut(), and setCause().
| Header* Adaptation::Icap::InOut::header |
Definition at line 57 of file InOut.h.
Referenced by ~InOut(), and setHeader().