MCPcopy Create free account
hub / github.com/grpc/grpc-java / clientChannel

Method clientChannel

okhttp/src/test/java/io/grpc/okhttp/TlsTest.java:759–761  ·  view source on GitHub ↗
(Server server, ChannelCredentials creds)

Source from the content-addressed store, hash-verified

757 }
758
759 private static ManagedChannel clientChannel(Server server, ChannelCredentials creds) {
760 return clientChannelBuilder(server, creds).build();
761 }
762
763 private static Status assertRpcFails(ManagedChannel channel) {
764 Status status = null;

Calls 2

clientChannelBuilderMethod · 0.95
buildMethod · 0.65

Tested by

no test coverage detected