Home
last modified time | relevance | path

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

/webrtc/turn/src/auth/
H A Dmod.rs12 pub trait AuthHandler { interface
49 impl AuthHandler for LongTermAuthHandler {
/webrtc/ice/src/candidate/
H A Dcandidate_relay_test.rs12 use turn::auth::AuthHandler;
16 impl AuthHandler for OptimisticAuthHandler {
/webrtc/turn/src/server/
H A Dconfig.rs37 pub auth_handler: Arc<dyn AuthHandler + Send + Sync>,
H A Dmod.rs9 auth::AuthHandler,
31 auth_handler: Arc<dyn AuthHandler + Send + Sync>,
147 auth_handler: Arc<dyn AuthHandler + Send + Sync>, in read_loop()
H A Dserver_test.rs31 impl AuthHandler for TestAuthHandler {
H A Drequest.rs60 pub auth_handler: Arc<dyn AuthHandler + Send + Sync>,
70 auth_handler: Arc<dyn AuthHandler + Send + Sync>, in new()
/webrtc/turn/src/server/request/
H A Drequest_test.rs53 impl AuthHandler for TestAuthHandler {
/webrtc/turn/examples/
H A Dturn_server_udp.rs26 impl AuthHandler for MyAuthHandler {
/webrtc/turn/src/client/
H A Dclient_test.rs122 impl AuthHandler for TestAuthHandler {
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs4 auth::{generate_auth_key, AuthHandler},
394 impl AuthHandler for TestAuthHandler {
/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs203 impl turn::auth::AuthHandler for TestAuthHandler {