Searched refs:oobChannels (Results 1 – 1 of 1) sorted by relevance
177 private final Set<OobChannel> oobChannels = new HashSet<OobChannel>(1, .75f); field in ManagedChannelImpl241 for (OobChannel oobChannel : oobChannels) { in maybeShutdownNowSubchannels()265 children.addAll(oobChannels); in getStats()832 if (shutdown.get() && subchannels.isEmpty() && oobChannels.isEmpty()) { in maybeTerminateChannel()890 for (OobChannel oobChannel : oobChannels) { in resetConnectBackoff()1170 oobChannels.remove(oobChannel); in createOobChannel()1213 oobChannels.add(oobChannel); in createOobChannel()