Uses of Class
io.grpc.internal.InternalSubchannel
Packages that use InternalSubchannel
-
Uses of InternalSubchannel in io.grpc.internal
Fields in io.grpc.internal declared as InternalSubchannelModifier and TypeFieldDescription(package private) InternalSubchannel
ManagedChannelImpl.SubchannelImpl.subchannel
private InternalSubchannel
OobChannel.subchannel
private final InternalSubchannel
SubchannelChannel.subchannel
Fields in io.grpc.internal with type parameters of type InternalSubchannelModifier and TypeFieldDescriptionprivate final Set
<InternalSubchannel> ManagedChannelImpl.subchannels
Methods in io.grpc.internal that return InternalSubchannelModifier and TypeMethodDescription(package private) InternalSubchannel
OobChannel.getInternalSubchannel()
Methods in io.grpc.internal with parameters of type InternalSubchannelModifier and TypeMethodDescription(package private) void
InternalSubchannel.Callback.onInUse
(InternalSubchannel is) Called when the subchannel's in-use state has changed to true, which means at least one transport is in use.(package private) void
InternalSubchannel.Callback.onNotInUse
(InternalSubchannel is) Called when the subchannel's in-use state has changed to false, which means no transport is in use.(package private) void
InternalSubchannel.Callback.onStateChange
(InternalSubchannel is, ConnectivityStateInfo newState) Called when the subchannel's connectivity state has changed.(package private) void
InternalSubchannel.Callback.onTerminated
(InternalSubchannel is) Called when the subchannel is terminated, which means it's shut down and all transports have been terminated.(package private) void
OobChannel.setSubchannel
(InternalSubchannel subchannel) Constructors in io.grpc.internal with parameters of type InternalSubchannelModifierConstructorDescription(package private)
SubchannelChannel
(InternalSubchannel subchannel, Executor executor, ScheduledExecutorService deadlineCancellationExecutor, CallTracer callsTracer, AtomicReference<InternalConfigSelector> configSelector)