forward.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Http |
namespace | Http::One |
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 More... | |
ConnStateData * | Https::NewServer (const MasterXactionPointer &xact) |
create a new HTTPS connection handler; never returns NULL More... | |
void | Ftp::StartListening () |
accept connections on all configured ftp_ports More... | |
void | Ftp::StopListening () |
reject new connections to any configured ftp_port More... | |
Typedef Documentation
◆ MasterXactionPointer
typedef RefCount<MasterXaction> MasterXactionPointer |