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

Method read

netty/src/main/java/io/grpc/netty/Utils.java:549–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547 }
548
549 @Override
550 public TransportTracer.FlowControlWindows read() {
551 return new TransportTracer.FlowControlWindows(
552 local.windowSize(connectionStream),
553 remote.windowSize(connectionStream));
554 }
555 }
556
557 static InternalChannelz.SocketOptions getSocketOptions(Channel channel) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected