clientStreamForward.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 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 #ifndef SQUID_SRC_CLIENTSTREAMFORWARD_H
10 #define SQUID_SRC_CLIENTSTREAMFORWARD_H
11 
12 #include "enums.h" /* for clientStream_status_t */
13 
14 class Lock;
15 template <class C> class RefCount;
16 
18 
19 /* Callbacks for ClientStreams API */
20 
21 class clientStreamNode;
22 class ClientHttpRequest;
23 class HttpReply;
24 class StoreIOBuffer;
25 
28 
31 
34 
36 
37 #endif /* SQUID_SRC_CLIENTSTREAMFORWARD_H */
38 
clientStream_status_t CSS(clientStreamNode *, ClientHttpRequest *)
void CSD(clientStreamNode *, ClientHttpRequest *)
client stream detach
void CSR(clientStreamNode *, ClientHttpRequest *)
client stream read
RefCount< Lock > ClientStreamData
clientStream_status_t
Definition: enums.h:120
void CSCB(clientStreamNode *, ClientHttpRequest *, HttpReply *, StoreIOBuffer)
client stream read callback
Definition: Lock.h:25

 

Introduction

Documentation

Support

Miscellaneous