|
Squid Web Cache master
|
#include <ModXact.h>
Public Member Functions | |
| VirginBodyAct () | |
| void | plan () |
| void | disable () |
| bool | active () const |
| bool | disabled () const |
| uint64_t | offset () const |
| void | progress (size_t size) |
Private Types | |
| enum | State { stUndecided , stActive , stDisabled } |
Private Attributes | |
| int64_t | theStart |
| State | theState |
|
private |
| Adaptation::Icap::VirginBodyAct::VirginBodyAct | ( | ) |
Definition at line 1892 of file ModXact.cc.
|
inline |
Definition at line 69 of file ModXact.h.
References stActive, and theState.
Referenced by Adaptation::Icap::ModXact::virginBodyEndReached(), Adaptation::Icap::ModXact::virginContentData(), and Adaptation::Icap::ModXact::virginContentSize().
| void Adaptation::Icap::VirginBodyAct::disable | ( | ) |
Definition at line 1902 of file ModXact.cc.
|
inline |
Definition at line 70 of file ModXact.h.
References stDisabled, and theState.
| uint64_t Adaptation::Icap::VirginBodyAct::offset | ( | ) | const |
Definition at line 1917 of file ModXact.cc.
References Must.
Referenced by Adaptation::Icap::ModXact::virginBodyEndReached(), Adaptation::Icap::ModXact::virginContentData(), and Adaptation::Icap::ModXact::virginContentSize().
| void Adaptation::Icap::VirginBodyAct::plan | ( | ) |
Definition at line 1895 of file ModXact.cc.
References Must.
| void Adaptation::Icap::VirginBodyAct::progress | ( | size_t | size | ) |
Definition at line 1907 of file ModXact.cc.
|
private |
Definition at line 81 of file ModXact.h.
Referenced by active(), and disabled().