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

Method toString

netty/src/main/java/io/grpc/netty/NettyServer.java:397–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 @Override
398 public String toString() {
399 return MoreObjects.toStringHelper(this)
400 .add("logId", logId.getId())
401 .add("addresses", addresses)
402 .toString();
403 }
404
405 class SharedResourceReferenceCounter extends AbstractReferenceCounted {
406 @Override

Callers 7

setUpMethod · 0.45
toStringMethod · 0.45
logSslEngineDetailsMethod · 0.45
onHeadersReadMethod · 0.45
getOrUpdateAuthorityMethod · 0.45
createStreamMethod · 0.45

Calls 2

addMethod · 0.65
getIdMethod · 0.45

Tested by

no test coverage detected