Searched refs:ControllingSelector (Results 1 – 1 of 1) sorted by relevance
16 trait ControllingSelector { trait159 ControllingSelector::start(self).await; in start()167 ControllingSelector::contact_candidates(self).await; in contact_candidates()179 ControllingSelector::ping_candidate(self, local, remote).await; in ping_candidate()193 ControllingSelector::handle_success_response(self, m, local, remote, remote_addr).await; in handle_success_response()206 ControllingSelector::handle_binding_request(self, m, local, remote).await; in handle_binding_request()214 impl ControllingSelector for AgentInternal {