Home
last modified time | relevance | path

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

/webrtc/turn/src/client/
H A Dmod.rs61 struct ClientInternal { struct
77 impl RelayConnObserver for ClientInternal { argument
153 impl ClientInternal { implementation
189 Ok(ClientInternal { in new()
238 if let Err(err) = ClientInternal::handle_inbound( in listen()
291 ClientInternal::handle_stun_message(tr_map, read_ch_tx, data, from).await in handle_inbound()
293 ClientInternal::handle_channel_data(binding_mgr, read_ch_tx, data).await in handle_inbound()
384 let addr = ClientInternal::find_addr_by_channel_number(binding_mgr, ch_data.number.0) in handle_channel_data()
394 let _ = ClientInternal::handle_inbound_relay_conn(read_ch_tx, &ch_data.data, addr).await; in handle_channel_data()
579 client_internal: Arc<Mutex<ClientInternal>>,
[all …]