Searched refs:listenSockets (Results 1 – 6 of 6) sorted by relevance
82 listenSockets: make(map[int64]*listenSocket),186 listenSockets: make(map[int64]string),240 listenSockets map[int64]*listenSocket member274 c.listenSockets[id] = ls310 if v, ok = c.listenSockets[id]; ok {340 if _, ok = c.listenSockets[id]; ok {341 delete(c.listenSockets, id)435 ListenSockets: copyMap(svr.listenSockets),545 if ls, ok := c.listenSockets[id]; ok {
387 listenSockets map[int64]string member397 s.listenSockets[id] = v.refName405 delete(s.listenSockets, id)415 if !s.closeCalled || len(s.sockets)+len(s.listenSockets) != 0 {
291 public final List<InternalInstrumented<SocketStats>> listenSockets; field in InternalChannelz.ServerStats301 List<InternalInstrumented<SocketStats>> listenSockets) { in ServerStats() argument306 this.listenSockets = checkNotNull(listenSockets); in ServerStats()314 public List<InternalInstrumented<SocketStats>> listenSockets = Collections.emptyList(); field in InternalChannelz.ServerStats.Builder337 public Builder setListenSockets(List<InternalInstrumented<SocketStats>> listenSockets) { in setListenSockets() argument338 checkNotNull(listenSockets); in setListenSockets()339 this.listenSockets = Collections.unmodifiableList( in setListenSockets()340 new ArrayList<InternalInstrumented<SocketStats>>(listenSockets)); in setListenSockets()353 listenSockets); in build()
98 private volatile ImmutableList<InternalInstrumented<SocketStats>> listenSockets field in NettyServer152 return listenSockets; in getListenSockets()260 listenSockets = ImmutableList.of(listenSocket); in start()283 for (InternalInstrumented<SocketStats> listenSocket : listenSockets) { in shutdown()286 listenSockets = null; in shutdown()
129 for (InternalInstrumented<SocketStats> listenSocket : stats.listenSockets) { in toServer()
947 .setListenSockets(stats.listenSockets); in toBuilder()