Uses of Class
io.grpc.InternalConfigSelector
-
Packages that use InternalConfigSelector Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of InternalConfigSelector in io.grpc
Fields in io.grpc with type parameters of type InternalConfigSelector Modifier and Type Field Description static Attributes.Key<InternalConfigSelector>
InternalConfigSelector. KEY
-
Uses of InternalConfigSelector in io.grpc.internal
Subclasses of InternalConfigSelector in io.grpc.internal Modifier and Type Class Description (package private) static class
ManagedChannelServiceConfig.ServiceConfigConvertedSelector
Fields in io.grpc.internal declared as InternalConfigSelector Modifier and Type Field Description private InternalConfigSelector
ManagedChannelImpl.ConfigSelectingClientCall. configSelector
private static InternalConfigSelector
ManagedChannelImpl. INITIAL_PENDING_SELECTOR
Fields in io.grpc.internal with type parameters of type InternalConfigSelector Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<InternalConfigSelector>
ManagedChannelImpl.RealChannel. configSelector
private java.util.concurrent.atomic.AtomicReference<InternalConfigSelector>
SubchannelChannel. configSelector
Methods in io.grpc.internal that return InternalConfigSelector Modifier and Type Method Description (package private) InternalConfigSelector
ManagedChannelImpl. getConfigSelector()
(package private) InternalConfigSelector
ManagedChannelServiceConfig. getDefaultConfigSelector()
Used as a fallback per-RPC config supplier when the attributes value ofKEY
is not available.Methods in io.grpc.internal with parameters of type InternalConfigSelector Modifier and Type Method Description (package private) void
ManagedChannelImpl.RealChannel. updateConfigSelector(InternalConfigSelector config)
Constructors in io.grpc.internal with parameters of type InternalConfigSelector Constructor Description ClientCallImpl(MethodDescriptor<ReqT,RespT> method, java.util.concurrent.Executor executor, CallOptions callOptions, ClientCallImpl.ClientStreamProvider clientStreamProvider, java.util.concurrent.ScheduledExecutorService deadlineCancellationExecutor, CallTracer channelCallsTracer, InternalConfigSelector configSelector)
ConfigSelectingClientCall(InternalConfigSelector configSelector, Channel channel, java.util.concurrent.Executor channelExecutor, MethodDescriptor<ReqT,RespT> method, CallOptions callOptions)
Constructor parameters in io.grpc.internal with type arguments of type InternalConfigSelector Constructor Description SubchannelChannel(InternalSubchannel subchannel, java.util.concurrent.Executor executor, java.util.concurrent.ScheduledExecutorService deadlineCancellationExecutor, CallTracer callsTracer, java.util.concurrent.atomic.AtomicReference<InternalConfigSelector> configSelector)
-