9#ifndef SQUID_SRC_SERVERS_FORWARD_H
10#define SQUID_SRC_SERVERS_FORWARD_H
void StopListening()
reject new connections to any configured ftp_port
void StartListening()
accept connections on all configured ftp_ports
ConnStateData * NewServer(const MasterXactionPointer &xact)
create a new HTTP connection handler; never returns NULL
ConnStateData * NewServer(const MasterXactionPointer &xact)
create a new HTTPS connection handler; never returns NULL
RefCount< MasterXaction > MasterXactionPointer