Package io.grpc.internal
Class ManagedChannelImpl.ChannelStreamProvider
- java.lang.Object
-
- io.grpc.internal.ManagedChannelImpl.ChannelStreamProvider
-
- All Implemented Interfaces:
ClientCallImpl.ClientStreamProvider
- Enclosing class:
- ManagedChannelImpl
private final class ManagedChannelImpl.ChannelStreamProvider extends java.lang.Object implements ClientCallImpl.ClientStreamProvider
-
-
Field Summary
Fields Modifier and Type Field Description (package private) RetriableStream.Throttle
throttle
-
Constructor Summary
Constructors Modifier Constructor Description private
ChannelStreamProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientStream
newStream(MethodDescriptor<?,?> method, CallOptions callOptions, Metadata headers, Context context)
-
-
-
Field Detail
-
throttle
volatile RetriableStream.Throttle throttle
-
-
Method Detail
-
newStream
public ClientStream newStream(MethodDescriptor<?,?> method, CallOptions callOptions, Metadata headers, Context context)
- Specified by:
newStream
in interfaceClientCallImpl.ClientStreamProvider
-
-