Uses of Class
io.grpc.internal.InternalSubchannel
-
Packages that use InternalSubchannel Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of InternalSubchannel in io.grpc.internal
Fields in io.grpc.internal declared as InternalSubchannel Modifier and Type Field Description (package private) InternalSubchannelManagedChannelImpl.SubchannelImpl. subchannelprivate InternalSubchannelOobChannel. subchannelprivate InternalSubchannelSubchannelChannel. subchannelFields in io.grpc.internal with type parameters of type InternalSubchannel Modifier and Type Field Description private java.util.Set<InternalSubchannel>ManagedChannelImpl. subchannelsMethods in io.grpc.internal that return InternalSubchannel Modifier and Type Method Description (package private) InternalSubchannelOobChannel. getInternalSubchannel()Methods in io.grpc.internal with parameters of type InternalSubchannel Modifier and Type Method Description (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 InternalSubchannel Constructor Description SubchannelChannel(InternalSubchannel subchannel, java.util.concurrent.Executor executor, java.util.concurrent.ScheduledExecutorService deadlineCancellationExecutor, CallTracer callsTracer, java.util.concurrent.atomic.AtomicReference<InternalConfigSelector> configSelector)
-