|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
autohit.server.service.HttpCommandHelper
Http Command Helper.
GET /command?param1¶m2¶mN
The ? and & are interchangable.
EPG - Initial - 05Apr05
Field Summary | |
java.net.Socket |
connection
Socket connection |
AutohitLogInjectorWrapper |
myLog
Logging mechinism |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
HttpCommandHelper()
Default constructor |
Method Summary | |
void |
init(java.net.Socket ins,
AutohitLogInjectorWrapper logger,
Injector cin,
SimTextCommand c,
HttpCommandService caller)
Complete construction. |
void |
respond(java.lang.String content)
|
void |
run()
Run the context |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, 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 |
public java.net.Socket connection
public AutohitLogInjectorWrapper myLog
Constructor Detail |
public HttpCommandHelper()
Method Detail |
public void init(java.net.Socket ins, AutohitLogInjectorWrapper logger, Injector cin, SimTextCommand c, HttpCommandService caller)
public void run()
public void respond(java.lang.String content) throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |