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 classManagedChannelServiceConfig.ServiceConfigConvertedSelectorFields in io.grpc.internal declared as InternalConfigSelector Modifier and Type Field Description private InternalConfigSelectorManagedChannelImpl.ConfigSelectingClientCall. configSelectorprivate static InternalConfigSelectorManagedChannelImpl. INITIAL_PENDING_SELECTORFields in io.grpc.internal with type parameters of type InternalConfigSelector Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<InternalConfigSelector>ManagedChannelImpl.RealChannel. configSelectorprivate java.util.concurrent.atomic.AtomicReference<InternalConfigSelector>SubchannelChannel. configSelectorMethods in io.grpc.internal that return InternalConfigSelector Modifier and Type Method Description (package private) InternalConfigSelectorManagedChannelImpl. getConfigSelector()(package private) InternalConfigSelectorManagedChannelServiceConfig. getDefaultConfigSelector()Used as a fallback per-RPC config supplier when the attributes value ofKEYis not available.Methods in io.grpc.internal with parameters of type InternalConfigSelector Modifier and Type Method Description (package private) voidManagedChannelImpl.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)
-