Class RetriableStream.Substream

java.lang.Object
io.grpc.internal.RetriableStream.Substream
Enclosing class:
RetriableStream<ReqT>

private static final class RetriableStream.Substream extends Object
A wrapper of a physical stream of a retry/hedging attempt, that comes with some useful attributes.
  • Field Details

    • stream

      ClientStream stream
    • closed

      boolean closed
    • bufferLimitExceeded

      boolean bufferLimitExceeded
    • previousAttemptCount

      final int previousAttemptCount
  • Constructor Details

    • Substream

      Substream(int previousAttemptCount)