squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
src
mgr
ActionWriter.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
*
4
* Squid software is distributed under GPLv2+ license and includes
5
* contributions from numerous individuals and organizations.
6
* Please see the COPYING and CONTRIBUTORS files for details.
7
*/
8
9
/* DEBUG: section 16 Cache Manager API */
10
11
#ifndef SQUID_MGR_ACTION_WRITER_H
12
#define SQUID_MGR_ACTION_WRITER_H
13
14
#include "
comm/forward.h
"
15
#include "
mgr/StoreToCommWriter.h
"
16
17
namespace
Mgr
18
{
19
22
class
ActionWriter
:
public
StoreToCommWriter
23
{
24
CBDATA_CLASS
(
ActionWriter
);
25
26
public
:
27
ActionWriter
(
const
Action::Pointer
&anAction,
const
Comm::ConnectionPointer
&
conn
);
28
29
protected
:
30
/* AsyncJob API */
31
virtual
void
start
();
32
33
private
:
34
Action::Pointer
action
;
35
};
36
37
}
// namespace Mgr
38
39
#endif
/* SQUID_MGR_ACTION_WRITER_H */
40
conn
int conn
the current server connection FD
Definition:
Transport.cc:26
Mgr::StoreToCommWriter
Definition:
StoreToCommWriter.h:30
Mgr::ActionWriter::ActionWriter
ActionWriter(const Action::Pointer &anAction, const Comm::ConnectionPointer &conn)
Definition:
ActionWriter.cc:19
RefCount< Action >
forward.h
Mgr::ActionWriter::action
Action::Pointer action
action that fills the entry
Definition:
ActionWriter.h:34
Mgr::ActionWriter::start
virtual void start()
called by AsyncStart; do not call directly
Definition:
ActionWriter.cc:27
Mgr::ActionWriter
Definition:
ActionWriter.h:23
Mgr::ActionWriter::CBDATA_CLASS
CBDATA_CLASS(ActionWriter)
StoreToCommWriter.h
Mgr
Cache Manager API.
Definition:
Action.h:20
Introduction
About Squid
Why Squid?
Squid Developers
How to Donate
How to Help Out
Getting Squid
Squid Source Packages
Squid Deployment Case-Studies
Squid Software Foundation
Documentation
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
jp
pl
...
full list
FTP Package Archive