|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.httpd.RequestHeadersThreadWorker
public class RequestHeadersThreadWorker
HTTP request headers ObjectWorker Thread.
| Constructor Summary | |
|---|---|
RequestHeadersThreadWorker()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Overrides Cloneable. |
void |
init(java.util.HashMap props)
|
void |
run()
Wait for connection. |
void |
sendError(int sc,
java.lang.String msg)
|
void |
setHttpdService(Service service)
|
void |
setObjectBroker(IObjectBroker _objectBroker)
|
void |
setThreadPool(IThreadPool _threadPool)
Assign a ThreadPool to this thread. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestHeadersThreadWorker()
| Method Detail |
|---|
public void init(java.util.HashMap props)
public void setObjectBroker(IObjectBroker _objectBroker)
public void setHttpdService(Service service)
public java.lang.Object clone()
IThreadWorker
clone in interface IThreadWorkerclone in class java.lang.ObjectCloneablepublic void setThreadPool(IThreadPool _threadPool)
IThreadWorkerThreadPool to this thread.
setThreadPool in interface IThreadWorker_threadPool - Associated ThreadPool to this thread.public void run()
run in interface java.lang.Runnable
public void sendError(int sc,
java.lang.String msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||