Public Member Functions | |
ASState ()=default | |
~ASState () | |
Public Attributes | |
StoreEntry * | entry = nullptr |
store_client * | sc = nullptr |
HttpRequest::Pointer | request |
int | as_number = 0 |
Store::ParsingBuffer | parsingBuffer |
for receiving a WHOIS reply body from Store and interpreting it More... | |
Private Member Functions | |
CBDATA_CLASS (ASState) | |
Detailed Description
Constructor & Destructor Documentation
◆ ASState()
|
default |
◆ ~ASState()
|
inline |
Definition at line 74 of file Asn.cc.
References debugs, sc, and storeUnregister().
Member Function Documentation
◆ CBDATA_CLASS()
|
private |
Member Data Documentation
◆ as_number
int ASState::as_number = 0 |
Definition at line 86 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
◆ entry
StoreEntry* ASState::entry = nullptr |
Definition at line 83 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
◆ parsingBuffer
Store::ParsingBuffer ASState::parsingBuffer |
Definition at line 89 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
◆ request
HttpRequest::Pointer ASState::request |
Definition at line 85 of file Asn.cc.
Referenced by asnCacheStart().
◆ sc
store_client* ASState::sc = nullptr |
Definition at line 84 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
The documentation for this class was generated from the following file:
- src/acl/Asn.cc