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