Searched refs:ProtocolHandlerStarted (Results 1 – 4 of 4) sorted by relevance
35 virtual void ProtocolHandlerStarted(ProtocolHandler* handler) = 0;
57 void ProtocolHandlerStarted(ProtocolHandler* handler) override;
138 void Server::ProtocolHandlerStarted(ProtocolHandler* handler) { in ProtocolHandlerStarted() function in webservd::Server
272 server_interface_->ProtocolHandlerStarted(this); in Start()