org.hsqldb
Class WebServerConnection

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

class WebServerConnection
extends java.lang.Thread

Class declaration


Field Summary
(package private) static java.lang.String ENCODING
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, values
 
Constructor Summary
(package private) WebServerConnection(java.net.Socket socket, WebServer server)
          Constructor declaration
 
Method Summary
 void run()
          Method declaration
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENCODING

static final java.lang.String ENCODING
Constructor Detail

WebServerConnection

WebServerConnection(java.net.Socket socket,
                    WebServer server)
Constructor declaration
Parameters:
socket -  
server -  
Method Detail

run

public void run()
Method declaration
Overrides:
run in class java.lang.Thread