public class InteractiveControl
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
static int |
CHECK_PERIOD |
static java.lang.String |
connectionFileDir |
static int |
DEFAULT_PORT |
static int |
MAX_PAGES |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkContinue() |
static void |
finish() |
SGIResponse |
process(SGIRequest request) |
void |
run() |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static java.lang.String connectionFileDir
public static final int DEFAULT_PORT
public static final int CHECK_PERIOD
public static final int MAX_PAGES
public static void finish()
public static boolean checkContinue()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic SGIResponse process(SGIRequest request)