Searched defs:NextProtocol (Results 1 – 7 of 7) sorted by relevance
79 pub enum NextProtocol { enum86 impl TryFrom<&String> for NextProtocol { implementation98 impl Display for NextProtocol { implementation133 pub fn next_protocols(&self) -> &HashSet<NextProtocol> { in next_protocols()156 pub fn selected_next_protocol(&self) -> NextProtocol { in selected_next_protocol()
270 next_protocol: NextProtocol, in from()397 next_protocols: Vec<NextProtocol>, in from()625 next_protocol: NextProtocol, in new()
30 next_protocols: Vec<NextProtocol>, in run_handshake_with_rng()
116 next_protocols: Vec<NextProtocol>, in new_impl()211 next_protocols: &[NextProtocol], in new_impl()
105 next_protocols: Vec<NextProtocol>, in run_handshake_with_rng()
171 protocol: NextProtocol, in new()
31 public enum NextProtocol { enum in D2DHandshakeContext