Home
last modified time | relevance | path

Searched refs:ControllingSelector (Results 1 – 1 of 1) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_selector.rs16 trait ControllingSelector { trait
159 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 {