WebThread

For each connection to a session, an object of this class is created. This class is used by the H2 Console.

Methods
String adminShutdown()
String adminShutdown()
void join(int millis)
Wait until the thread is stopped.
void join(int millis) throws InterruptedException
Wait until the thread is stopped.
Parameters:
millis - the maximum number of milliseconds to wait
void run()
void run()
void start()
Start the thread.
void start()
Start the thread.
void stopNow()
Close the connection now.
void stopNow()
Close the connection now.