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) |
cancelLoad, dump, loadInBackground, onCanceled, onForceLoad, onLoadInBackground, setUpdateThrottleabandon, dataToString, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onReset, onStartLoading, onStopLoading, registerListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListenerprotected 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.