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

Method AbstractStub

stub/src/main/java/io/grpc/stub/AbstractStub.java:64–66  ·  view source on GitHub ↗

Constructor for use by subclasses, with the default CallOptions. @since 1.0.0 @param channel the channel that this stub will use to do communications

(Channel channel)

Source from the content-addressed store, hash-verified

62 * @param channel the channel that this stub will use to do communications
63 */
64 protected AbstractStub(Channel channel) {
65 this(channel, CallOptions.DEFAULT);
66 }
67
68 /**
69 * Constructor for use by subclasses.

Callers

nothing calls this directly

Calls 1

checkNotNullMethod · 0.80

Tested by

no test coverage detected