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) InternalSubchannel
ManagedChannelImpl.SubchannelImpl. subchannel
private InternalSubchannel
OobChannel. subchannel
private InternalSubchannel
SubchannelChannel. subchannel
Fields in io.grpc.internal with type parameters of type InternalSubchannel Modifier and Type Field Description private java.util.Set<InternalSubchannel>
ManagedChannelImpl. subchannels
Methods in io.grpc.internal that return InternalSubchannel Modifier and Type Method Description (package private) InternalSubchannel
OobChannel. getInternalSubchannel()
Methods in io.grpc.internal with parameters of type InternalSubchannel Modifier and Type Method Description (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 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)
-