Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java59 private final ConcurrentMap<Long, InternalInstrumented<SocketStats>> otherSockets field in InternalChannelz
97 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()