Searched refs:otherSockets (Results 1 – 1 of 1) sorted by relevance
59 private final ConcurrentMap<Long, InternalInstrumented<SocketStats>> otherSockets field in InternalChannelz97 add(otherSockets, socket); in addClientSocket()101 add(otherSockets, socket); in addListenSocket()129 remove(otherSockets, socket); in removeClientSocket()133 remove(otherSockets, socket); in removeListenSocket()201 InternalInstrumented<SocketStats> clientSocket = otherSockets.get(id); in getSocket()234 return contains(otherSockets, transportRef); in containsClientSocket()