Searched refs:PROTOCOL_VERSION (Results 1 – 4 of 4) sorted by relevance
106 appendField(sb, OmtpConstants.PROTOCOL_VERSION, protocolVersion); in appendProtocolVersionAndClientType()
66 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_1); in newHttpClient()
53 public static final String PROTOCOL_VERSION = "pv"; field in OmtpConstants
355 let mut config = quiche::Config::new(quiche::PROTOCOL_VERSION)?; in create_quiche_config()