Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *address) |
void * | toCbdata () noexcept |
UrnState (const AccessLogEntry::Pointer &anAle) | |
void | start (HttpRequest *, StoreEntry *) |
void | setUriResFromRequest (HttpRequest *) |
~UrnState () override | |
Public Attributes | |
StoreEntry * | entry = nullptr |
store_client * | sc = nullptr |
StoreEntry * | urlres_e = nullptr |
HttpRequest::Pointer | request |
HttpRequest::Pointer | urlres_r |
AccessLogEntry::Pointer | ale |
details of the requesting transaction More... | |
Store::ParsingBuffer | parsingBuffer |
for receiving a URN resolver reply body from Store and interpreting it More... | |
Protected Member Functions | |
bool | startCollapsingOn (const StoreEntry &, const bool doingRevalidation) const |
bool | mayInitiateCollapsing () const |
whether Squid configuration allows us to become a CF initiator More... | |
bool | onCollapsingPath () const |
whether Squid configuration allows collapsing for this transaction More... | |
Private Member Functions | |
LogTags * | loggingTags () const override |
void | fillChecklist (ACLFilledChecklist &) const override |
configure the given checklist (to reflect the current transaction state) More... | |
Private Attributes | |
char * | urlres = nullptr |
Static Private Attributes | |
static cbdata_type | CBDATA_UrnState = CBDATA_UNKNOWN |
Detailed Description
Constructor & Destructor Documentation
◆ UrnState()
|
inlineexplicit |
◆ ~UrnState()
|
override |
Definition at line 76 of file urn.cc.
References entry, safe_free, sc, storeUnregister(), SWALLOW_EXCEPTIONS, StoreEntry::unlock(), urlres, and urlres_e.
Member Function Documentation
◆ fillChecklist()
|
overrideprivatevirtual |
Implements Acl::ChecklistFiller.
Definition at line 197 of file urn.cc.
References ACLFilledChecklist::al, ale, RefCount< C >::getRaw(), request, and ACLFilledChecklist::setRequest().
◆ loggingTags()
|
inlineoverrideprivatevirtual |
- Returns
- LogTags (if the class logs transactions) or nil (otherwise)
Implements StoreClient.
Definition at line 54 of file urn.cc.
References ale, AccessLogEntry::cache, and AccessLogEntry::CacheDetails::code.
◆ mayInitiateCollapsing()
|
inlineprotectedinherited |
Definition at line 58 of file StoreClient.h.
References StoreClient::onCollapsingPath().
Referenced by clientReplyContext::createStoreEntry(), and clientReplyContext::processExpired().
◆ onCollapsingPath()
|
protectedinherited |
Definition at line 52 of file store_client.cc.
References SquidConfig::accessList, Acl::Answer::allowed(), SquidConfig::collapsed_forwarding, SquidConfig::collapsedForwardingAccess, Config, ACLChecklist::fastCheck(), Acl::ChecklistFiller::fillChecklist(), and SquidConfig::onoff.
Referenced by StoreClient::mayInitiateCollapsing(), and StoreClient::startCollapsingOn().
◆ operator delete()
◆ operator new()
◆ setUriResFromRequest()
void UrnState::setUriResFromRequest | ( | HttpRequest * | r | ) |
Definition at line 139 of file urn.cc.
References AnyP::Uri::absolute(), Http::ACCEPT, ale, debugs, entry, ERR_URN_RESOLVE, errorAppendEntry(), HttpRequest::FromUrlXXX(), Http::Message::header, AnyP::Uri::host(), LOCAL_ARRAY, HttpRequest::masterXaction, HttpHeader::putStr(), safe_free, Http::scNotFound, SQUIDSBUFPH, SQUIDSBUFPRINT, HttpRequest::url, urlres, urlres_r, and xstrdup.
Referenced by start().
◆ start()
void UrnState::start | ( | HttpRequest * | r, |
StoreEntry * | e | ||
) |
Definition at line 162 of file urn.cc.
References ale, debugs, entry, RefCount< C >::getRaw(), StoreEntry::lock(), Store::ParsingBuffer::makeInitialSpace(), Http::METHOD_GET, parsingBuffer, request, sc, setUriResFromRequest(), FwdState::Start(), StoreClient::startCollapsingOn(), storeClientCopy(), storeClientListAdd(), storeCreateEntry(), storeGetPublic(), StoreEntry::url(), urlres, urlres_e, urlres_r, and urnHandleReply.
◆ startCollapsingOn()
|
protectedinherited |
- Returns
- whether the caller must collapse on the given entry Before returning true, updates common collapsing-related stats. See also: StoreEntry::hittingRequiresCollapsing().
Definition at line 66 of file store_client.cc.
References debugs, StoreEntry::hittingRequiresCollapsing(), StoreClient::loggingTags(), and StoreClient::onCollapsingPath().
Referenced by htcpSpecifier::checkHit(), ICPState::confirmAndPrepHit(), clientReplyContext::identifyFoundObject(), clientReplyContext::processExpired(), and start().
◆ toCbdata()
Member Data Documentation
◆ ale
AccessLogEntry::Pointer UrnState::ale |
Definition at line 47 of file urn.cc.
Referenced by fillChecklist(), loggingTags(), setUriResFromRequest(), start(), and urnHandleReply().
◆ CBDATA_UrnState
|
staticprivate |
◆ entry
StoreEntry* UrnState::entry = nullptr |
Definition at line 42 of file urn.cc.
Referenced by ~UrnState(), setUriResFromRequest(), start(), and urnHandleReply().
◆ parsingBuffer
Store::ParsingBuffer UrnState::parsingBuffer |
Definition at line 50 of file urn.cc.
Referenced by start(), and urnHandleReply().
◆ request
HttpRequest::Pointer UrnState::request |
Definition at line 45 of file urn.cc.
Referenced by fillChecklist(), start(), and urnHandleReply().
◆ sc
store_client* UrnState::sc = nullptr |
Definition at line 43 of file urn.cc.
Referenced by ~UrnState(), start(), and urnHandleReply().
◆ urlres
|
private |
Definition at line 57 of file urn.cc.
Referenced by ~UrnState(), setUriResFromRequest(), and start().
◆ urlres_e
StoreEntry* UrnState::urlres_e = nullptr |
Definition at line 44 of file urn.cc.
Referenced by ~UrnState(), start(), and urnHandleReply().
◆ urlres_r
HttpRequest::Pointer UrnState::urlres_r |
Definition at line 46 of file urn.cc.
Referenced by setUriResFromRequest(), and start().
The documentation for this class was generated from the following file:
- src/urn.cc