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_CLIENTSTREAM_FORWARD_H
10#define SQUID_CLIENTSTREAM_FORWARD_H
11
12#include "enums.h" /* for clientStream_status_t */
13
14class Lock;
15template <class C> class RefCount;
16
18
19/* Callbacks for ClientStreams API */
20
23class HttpReply;
24class StoreIOBuffer;
25
28
31
34
36
37#endif /* SQUID_CLIENTSTREAM_FORWARD_H */
38
Definition: Lock.h:26
RefCount< Lock > ClientStreamData
void CSD(clientStreamNode *, ClientHttpRequest *)
client stream detach
void CSR(clientStreamNode *, ClientHttpRequest *)
client stream read
void CSCB(clientStreamNode *, ClientHttpRequest *, HttpReply *, StoreIOBuffer)
client stream read callback
clientStream_status_t CSS(clientStreamNode *, ClientHttpRequest *)
clientStream_status_t
Definition: enums.h:125

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors