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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors