Searched refs:ProtocolHandlerStopped (Results 1 – 4 of 4) sorted by relevance
36 virtual void ProtocolHandlerStopped(ProtocolHandler* handler) = 0;
58 void ProtocolHandlerStopped(ProtocolHandler* handler) override;
153 void Server::ProtocolHandlerStopped(ProtocolHandler* handler) { in ProtocolHandlerStopped() function in webservd::Server
283 server_interface_->ProtocolHandlerStopped(this); in Stop()