Package io.grpc.internal
Class RetriableStream.Substream
java.lang.Object
io.grpc.internal.RetriableStream.Substream
- Enclosing class:
RetriableStream<ReqT>
A wrapper of a physical stream of a retry/hedging attempt, that comes with some useful
attributes.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) boolean
(package private) final int
(package private) ClientStream
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stream
ClientStream stream -
closed
boolean closed -
bufferLimitExceeded
boolean bufferLimitExceeded -
previousAttemptCount
final int previousAttemptCount
-
-
Constructor Details
-
Substream
Substream(int previousAttemptCount)
-