Searched refs:application_protos (Results 1 – 2 of 2) sorted by relevance
744 if conn.application_protos.is_empty() { in select_alpn()753 let found = conn.application_protos.iter().any(|expected| { in select_alpn()
433 application_protos: Vec<Vec<u8>>, field461 application_protos: Vec::new(), in new()597 self.application_protos = protos_list; in set_application_protos()599 self.tls_ctx.set_alpn(&self.application_protos) in set_application_protos()804 application_protos: Vec<Vec<u8>>, field1157 application_protos: config.application_protos.clone(), in with_tls()