Uses of Class
org.h2.server.web.WebThread
-
Packages that use WebThread Package Description org.h2.server.web The H2 Console tool. -
-
Uses of WebThread in org.h2.server.web
Fields in org.h2.server.web with type parameters of type WebThread Modifier and Type Field Description private java.util.Set<WebThread>WebServer. runningMethods in org.h2.server.web with parameters of type WebThread Modifier and Type Method Description (package private) voidWebServer. remove(WebThread t)Remove this web thread from the set of running threads.
-