Uses of Class
io.grpc.internal.AbstractSubchannel
-
Packages that use AbstractSubchannel Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of AbstractSubchannel in io.grpc.internal
Subclasses of AbstractSubchannel in io.grpc.internal Modifier and Type Class Description private class
ManagedChannelImpl.SubchannelImpl
Fields in io.grpc.internal declared as AbstractSubchannel Modifier and Type Field Description private AbstractSubchannel
OobChannel. subchannelImpl
Methods in io.grpc.internal that return AbstractSubchannel Modifier and Type Method Description AbstractSubchannel
ManagedChannelImpl.LbHelperImpl. createSubchannel(LoadBalancer.CreateSubchannelArgs args)
-