|
Squid Web Cache master
|
Public Member Functions | |
| CBDATA_DECL_ (RedirectStateData, noexcept) | |
| RedirectStateData (const char *url) | |
| ~RedirectStateData () | |
Public Attributes | |
| void * | data |
| SBuf | orig_url |
| HLPCB * | handler |
Definition at line 42 of file redirect.cc.
|
explicit |
Definition at line 69 of file redirect.cc.
| RedirectStateData::~RedirectStateData | ( | ) |
Definition at line 76 of file redirect.cc.
| RedirectStateData::CBDATA_DECL_ | ( | RedirectStateData | , |
| noexcept | |||
| ) |
| void* RedirectStateData::data |
Definition at line 50 of file redirect.cc.
Referenced by redirectHandleReply(), and storeIdHandleReply().
| HLPCB* RedirectStateData::handler |
Definition at line 53 of file redirect.cc.
Referenced by redirectHandleReply(), and storeIdHandleReply().
| SBuf RedirectStateData::orig_url |
Definition at line 51 of file redirect.cc.