Searched refs:GRPC_EXP (Results 1 – 4 of 4) sorted by relevance
82 GRPC_EXP("grpc-exp"); enumConstant99 if (protocol.equals(GRPC_EXP.protocol)) return GRPC_EXP; in get()
33 OkHttpTlsUpgrader.TLS_PROTOCOLS.indexOf(Protocol.GRPC_EXP) == -1 in upgrade_grpcExp()34 || OkHttpTlsUpgrader.TLS_PROTOCOLS.indexOf(Protocol.GRPC_EXP) in upgrade_grpcExp()
161 ImmutableList.of(Protocol.GRPC_EXP, Protocol.HTTP_2)); in negotiate_preferGrpcExp()
46 Collections.unmodifiableList(Arrays.<Protocol>asList(Protocol.GRPC_EXP, Protocol.HTTP_2));