()
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected