org.hsqldb
Class WebServerConnection

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.hsqldb.WebServerConnection

class WebServerConnection
extends Thread


Field Summary
 (package private) final static java.lang.StringENCODING
           

Fields inherited from class java.lang.Thread
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY

Constructor Summary
 (package private) WebServerConnection(java.net.Socket , org.hsqldb.WebServer )
           

Method Summary
 voidrun()
           

Methods inherited from class java.lang.Thread
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Field Detail

ENCODING

final static java.lang.String ENCODING
Constructor Detail

WebServerConnection

WebServerConnection(java.net.Socket , org.hsqldb.WebServer )
Method Detail

run

public void run()