Searched refs:HTTP2_VERSION (Results 1 – 1 of 1) sorted by relevance
65 private static final String HTTP2_VERSION = "h2"; field in GrpcSslContexts73 Collections.unmodifiableList(Arrays.asList(GRPC_EXP_VERSION, HTTP2_VERSION));302 alpnNegotiator.protocols().contains(HTTP2_VERSION), in ensureAlpnAndH2Enabled()304 HTTP2_VERSION, in ensureAlpnAndH2Enabled() local