|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
net.oakyoon.papercup2.datastore.HttpClientRunner
´ëÈ ±â·ÏÀ» ³²±â±â À§Çؼ ½ÇÁ¦·Î HttpClient ¸¦ ½ÇÇàÇÑ´Ù.
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
HttpClientRunner(java.lang.String url,
int connectionTimeout,
int soTimeout)
|
|
| Method Summary | |
void |
execute(HttpMethod method)
|
HttpMethod |
pop()
|
void |
queue(HttpMethod method)
|
void |
run()
Å¥¿¡ ÀÖ´Â HttpMethod¸¦ ¼øÂ÷ÀûÀ¸·Î ½ÇÇàÇÑ´Ù. |
| 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 |
| Constructor Detail |
public HttpClientRunner(java.lang.String url,
int connectionTimeout,
int soTimeout)
url - ´ëÈ ±â·ÏÀ» Àü¼ÛÇÒ UrlconnectionTimeout - Ä¿³Ø¼Ç ŸÀӾƿô(msec)soTimeout - SO_TIMEOUT(msec)| Method Detail |
public void execute(HttpMethod method)
method - public void queue(HttpMethod method)
method - public HttpMethod pop()
public void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||