Home
last modified time | relevance | path

Searched defs:Resolver (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
Dresolver.rs42 pub trait Resolver: Send + Sync + 'static { interface
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
Dmod.rs67 pub(crate) fn with_dns_resolver<R>(resolver: R) -> Self in with_dns_resolver()
112 resolver: Arc<dyn Resolver>, in dns_query()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dclient.rs103 pub fn with_dns_resolver<R>(resolver: R) -> Self in with_dns_resolver()
598 pub fn dns_resolver<R>(mut self, resolver: R) -> Self in dns_resolver()