Home
last modified time | relevance | path

Searched refs:existingSubchannel (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
DRoundRobinLoadBalancerFactory.java361 Subchannel existingSubchannel = existingSubchannelRef.value; in maybeRegister() local
362 if (existingSubchannel != null && isReady(existingSubchannel)) { in maybeRegister()
363 return existingSubchannel; in maybeRegister()