Uses of Class
edu.caltech.nanodb.server.ClientHandlerThread
-
Packages that use ClientHandlerThread Package Description edu.caltech.nanodb.server -
-
Uses of ClientHandlerThread in edu.caltech.nanodb.server
Fields in edu.caltech.nanodb.server with type parameters of type ClientHandlerThread Modifier and Type Field Description private java.util.HashMap<java.lang.Integer,ClientHandlerThread>
SharedServer. clientThreads
A mapping from client ID to the thread handling the client.
-