Package io.grpc.netty

Class Utils.FlowControlReader

java.lang.Object
io.grpc.netty.Utils.FlowControlReader
All Implemented Interfaces:
TransportTracer.FlowControlReader
Enclosing class:
Utils

static final class Utils.FlowControlReader extends Object implements TransportTracer.FlowControlReader
  • Field Details

    • connectionStream

      private final io.netty.handler.codec.http2.Http2Stream connectionStream
    • local

      private final io.netty.handler.codec.http2.Http2FlowController local
    • remote

      private final io.netty.handler.codec.http2.Http2FlowController remote
  • Constructor Details

    • FlowControlReader

      FlowControlReader(io.netty.handler.codec.http2.Http2Connection connection)
  • Method Details