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

Method toString

binder/src/main/java/io/grpc/binder/internal/Inbound.java:546–558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544 }
545
546 @Override
547 public synchronized String toString() {
548 return getClass().getSimpleName()
549 + "[SfxA="
550 + suffixAvailable
551 + "/De="
552 + deliveryState
553 + "/Msg="
554 + messageAvailable()
555 + "/Lis="
556 + (listener != null)
557 + "]";
558 }
559
560 // ======================================
561 // Client-side inbound transactions.

Callers 1

newNameResolverMethod · 0.45

Calls 1

messageAvailableMethod · 0.95

Tested by

no test coverage detected