Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dresolver.rs36 pub trait Resolver: Send + Sync + 'static { interface
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs63 pub(crate) fn with_dns_resolver<R>(resolver: R) -> Self in with_dns_resolver()
108 resolver: Arc<dyn Resolver>, in eyeballs_connect()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs103 pub fn with_dns_resolver<R>(resolver: R) -> Self in with_dns_resolver()
469 pub fn dns_resolver<R>(mut self, resolver: R) -> Self in dns_resolver()