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. running
Methods in org.h2.server.web with parameters of type WebThread Modifier and Type Method Description (package private) void
WebServer. remove(WebThread t)
Remove this web thread from the set of running threads.
-