public abstract class AbstractAuthenticationLoader extends android.content.AsyncTaskLoader<HeaderAndBody>
AbstractSupportAuthenticationLoader| Modifier and Type | Field and Description |
|---|---|
protected Callback |
callback |
protected AuthenticationModule |
module |
| Constructor and Description |
|---|
AbstractAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
Callback |
getCallback() |
Exception |
getException() |
AuthenticationModule |
getModule() |
protected void |
setException(Exception exception) |
cancelLoadInBackground, dump, isLoadInBackgroundCanceled, loadInBackground, onCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottleabandon, cancelLoad, dataToString, deliverCancellation, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onReset, onStartLoading, onStopLoading, registerListener, registerOnLoadCanceledListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListenerprotected final Callback callback
protected final AuthenticationModule module
public AbstractAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
Callback callback)
public Callback getCallback()
public AuthenticationModule getModule()
public Exception getException()
protected void setException(Exception exception)
Copyright © 2014 JBoss by Red Hat. All rights reserved.