Home
last modified time | relevance | path

Searched refs:NEXT_PROTOCOL_VERSIONS (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DGrpcSslContextsTest.java30 GrpcSslContexts.NEXT_PROTOCOL_VERSIONS.indexOf("grpc-exp") == -1 in selectApplicationProtocolConfig_grpcExp()
31 || GrpcSslContexts.NEXT_PROTOCOL_VERSIONS.indexOf("grpc-exp") in selectApplicationProtocolConfig_grpcExp()
32 < GrpcSslContexts.NEXT_PROTOCOL_VERSIONS.indexOf("h2")); in selectApplicationProtocolConfig_grpcExp()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DGrpcSslContexts.java72 static final List<String> NEXT_PROTOCOL_VERSIONS = field in GrpcSslContexts
83 NEXT_PROTOCOL_VERSIONS);
89 NEXT_PROTOCOL_VERSIONS);
95 NEXT_PROTOCOL_VERSIONS);
DProtocolNegotiators.java20 import static io.grpc.netty.GrpcSslContexts.NEXT_PROTOCOL_VERSIONS;
152 if (NEXT_PROTOCOL_VERSIONS.contains(sslHandler(ctx.pipeline()).applicationProtocol())) {
639 if (NEXT_PROTOCOL_VERSIONS.contains(handler.applicationProtocol())) {