forward.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_SERVERS_FORWARD_H
10 #define SQUID_SRC_SERVERS_FORWARD_H
11 
12 class MasterXaction;
13 template <class C> class RefCount;
15 
16 class ConnStateData;
17 
18 namespace Http
19 {
20 
21 namespace One
22 {
23 class Server;
24 } // namespace One
25 
28 
29 } // namespace Http
30 
31 namespace Https
32 {
33 
36 
37 } // namespace Https
38 
39 namespace Ftp
40 {
41 
43 void StartListening();
45 void StopListening();
46 
47 } // namespace Ftp
48 
49 #endif /* SQUID_SRC_SERVERS_FORWARD_H */
50 
Definition: Server.h:31
void StopListening()
reject new connections to any configured ftp_port
Definition: FtpServer.cc:287
Definition: forward.h:17
void StartListening()
accept connections on all configured ftp_ports
Definition: FtpServer.cc:265
ConnStateData * NewServer(const MasterXactionPointer &xact)
create a new HTTP connection handler; never returns NULL
Definition: Http1Server.cc:392
Definition: forward.h:23
ConnStateData * NewServer(const MasterXactionPointer &xact)
create a new HTTPS connection handler; never returns NULL
Definition: Http1Server.cc:398
Definition: forward.h:31
RefCount< MasterXaction > MasterXactionPointer
Definition: forward.h:13

 

Introduction

Documentation

Support

Miscellaneous