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

Method getDefault

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

Returns the user supplied default value for this key.

()

Source from the content-addressed store, hash-verified

336 * Returns the user supplied default value for this key.
337 */
338 public T getDefault() {
339 return defaultValue;
340 }
341
342 @Override
343 public String toString() {

Callers 15

getMethod · 0.45
testKeyCaseHandlingMethod · 0.45
socketFactory_defaultMethod · 0.45
OkHttpClientTransportMethod · 0.45
OkHttpServerBuilderClass · 0.45
socketFactoryMethod · 0.45
findPlatformMethod · 0.45
preferredTestCiphersMethod · 0.45

Calls

no outgoing calls