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) InternalSubchannelManagedChannelImpl.SubchannelImpl.subchannelprivate InternalSubchannelOobChannel.subchannelprivate final InternalSubchannelSubchannelChannel.subchannelFields in io.grpc.internal with type parameters of type InternalSubchannelModifier and TypeFieldDescriptionprivate final Set<InternalSubchannel> ManagedChannelImpl.subchannelsMethods in io.grpc.internal that return InternalSubchannelModifier and TypeMethodDescription(package private) InternalSubchannelOobChannel.getInternalSubchannel()Methods in io.grpc.internal with parameters of type InternalSubchannelModifier and TypeMethodDescription(package private) voidInternalSubchannel.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) voidInternalSubchannel.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) voidInternalSubchannel.Callback.onStateChange(InternalSubchannel is, ConnectivityStateInfo newState) Called when the subchannel's connectivity state has changed.(package private) voidInternalSubchannel.Callback.onTerminated(InternalSubchannel is) Called when the subchannel is terminated, which means it's shut down and all transports have been terminated.(package private) voidOobChannel.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)