|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
CADI.Proxy.Core.FetchTarget
public class FetchTarget
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private long |
bytesJPIPMessageBody
Is used to save the amount of received bytes in the JPIP message body. |
private long |
bytesJPIPMessageHeader
Is used to save the amount of received bytes in the JPIP message header. |
private java.util.ArrayList<CacheDescriptor> |
cacheDescriptor
|
private ProxyCacheManagement |
cacheManagement
|
private java.lang.String |
clientUserAgent
|
private java.lang.Exception |
exception
|
private HTTPClient |
httpClient
|
private CADILog |
log
|
private StopWatch |
stopWatch
|
private ViewWindowField |
viewWindow
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
FetchTarget()
This class constructor is not allowed. |
|
FetchTarget(java.lang.String threadName,
HTTPClient httpClient,
ViewWindowField viewWindow,
java.util.ArrayList<CacheDescriptor> cacheDescriptor,
ProxyCacheManagement cacheManagement,
CADILog log)
Constructor. |
|
| Method Summary | |
|---|---|
private java.lang.String |
createJPIPRequest(ViewWindowField viewWindow,
java.util.ArrayList<CacheDescriptor> cacheDescriptor)
|
java.lang.Exception |
getException()
|
void |
run()
|
void |
setClientUserAgent(java.lang.String clientUserAgent)
|
| Methods inherited from class java.lang.Thread |
|---|
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, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private HTTPClient httpClient
private ViewWindowField viewWindow
private java.util.ArrayList<CacheDescriptor> cacheDescriptor
private ProxyCacheManagement cacheManagement
private CADILog log
private java.lang.Exception exception
private StopWatch stopWatch
private long bytesJPIPMessageBody
private long bytesJPIPMessageHeader
private java.lang.String clientUserAgent
| Constructor Detail |
|---|
public FetchTarget()
public FetchTarget(java.lang.String threadName,
HTTPClient httpClient,
ViewWindowField viewWindow,
java.util.ArrayList<CacheDescriptor> cacheDescriptor,
ProxyCacheManagement cacheManagement,
CADILog log)
httpClient - viewWindow - cacheDescriptor - cacheManagement - log - | Method Detail |
|---|
public void setClientUserAgent(java.lang.String clientUserAgent)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic java.lang.Exception getException()
private java.lang.String createJPIPRequest(ViewWindowField viewWindow,
java.util.ArrayList<CacheDescriptor> cacheDescriptor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||