|
Squid Web Cache master
|
Go to the source code of this file.
Namespaces | |
| namespace | Http |
| namespace | Http::One |
| common part of ParseBws() and ParseStrctBws() | |
| namespace | Https |
| namespace | Ftp |
Typedefs | |
| typedef RefCount< MasterXaction > | MasterXactionPointer |
Functions | |
| ConnStateData * | Http::NewServer (const MasterXactionPointer &xact) |
| create a new HTTP connection handler; never returns NULL | |
| ConnStateData * | Https::NewServer (const MasterXactionPointer &xact) |
| create a new HTTPS connection handler; never returns NULL | |
| void | Ftp::StartListening () |
| accept connections on all configured ftp_ports | |
| void | Ftp::StopListening () |
| reject new connections to any configured ftp_port | |
| typedef RefCount<MasterXaction> MasterXactionPointer |