MCPcopy Index your code
hub / github.com/grpc/grpc-java / getCredentials

Method getCredentials

api/src/main/java/io/grpc/CallOptions.java:283–286  ·  view source on GitHub ↗

Returns the call credentials.

()

Source from the content-addressed store, hash-verified

281 * Returns the call credentials.
282 */
283 @Nullable
284 public CallCredentials getCredentials() {
285 return credentials;
286 }
287
288 /**
289 * Returns a new {@code CallOptions} with {@code executor} to be used instead of the default

Callers 9

newStreamMethod · 0.80
defaultsAreAllNullMethod · 0.80
allWithsMethod · 0.80
equalMethod · 0.80
interceptCallMethod · 0.80

Calls

no outgoing calls