protected static class GenericAuthority.FetchTokensThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected Auth |
auth |
protected org.apache.http.client.HttpClient |
client |
protected java.lang.Throwable |
exception |
protected java.lang.String |
url |
| Constructor and Description |
|---|
FetchTokensThread(org.apache.http.client.HttpClient client,
java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
Auth |
getAuthResponse() |
java.lang.Throwable |
getException() |
void |
run() |
activeCount, checkAccess, clone, 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, yieldprotected org.apache.http.client.HttpClient client
protected java.lang.String url
protected java.lang.Throwable exception
protected Auth auth
public FetchTokensThread(org.apache.http.client.HttpClient client,
java.lang.String url)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic java.lang.Throwable getException()
public Auth getAuthResponse()