Searched refs:application_proto (Results 1 – 2 of 2) sorted by relevance
3379 pub fn application_proto(&self) -> &[u8] { in application_proto() method3454 if self.application_proto().is_empty() { in do_handshake()3463 std::str::from_utf8(self.application_proto()), in do_handshake()4932 pipe.client.application_proto(), in handshake()4933 pipe.server.application_proto() in handshake()5006 assert_eq!(pipe.client.application_proto(), b""); in handshake_alpn_mismatch()5007 assert_eq!(pipe.server.application_proto(), b""); in handshake_alpn_mismatch()
687 let proto = conn.application_proto(); in quiche_conn_application_proto()