|
AeroGear Android Libary 1.0.0.M1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HeaderAndBody | |
|---|---|
| org.jboss.aerogear.android.authentication | |
| org.jboss.aerogear.android.authentication.impl | |
| org.jboss.aerogear.android.http | |
| org.jboss.aerogear.android.impl.http | |
| Uses of HeaderAndBody in org.jboss.aerogear.android.authentication |
|---|
| Method parameters in org.jboss.aerogear.android.authentication with type arguments of type HeaderAndBody | |
|---|---|
void |
AuthenticationModule.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback)
Will try to register a user with a service using userData. |
void |
AbstractAuthenticationModule.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback)
|
void |
AuthenticationModule.login(String username,
String password,
Callback<HeaderAndBody> callback)
Will try to log in a user using username and password. |
void |
AbstractAuthenticationModule.login(String username,
String password,
Callback<HeaderAndBody> callback)
|
| Uses of HeaderAndBody in org.jboss.aerogear.android.authentication.impl |
|---|
| Method parameters in org.jboss.aerogear.android.authentication.impl with type arguments of type HeaderAndBody | |
|---|---|
void |
AGSecurityAuthenticationModule.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback)
|
void |
AGSecurityAuthenticationModule.login(String username,
String password,
Callback<HeaderAndBody> callback)
|
| Uses of HeaderAndBody in org.jboss.aerogear.android.http |
|---|
| Methods in org.jboss.aerogear.android.http that return HeaderAndBody | |
|---|---|
HeaderAndBody |
HttpProvider.delete(String id)
Issues an HTTP request, consumes the content, and cleans up after itself. |
HeaderAndBody |
HttpProvider.get()
Issues an HTTP request, consumes the content, and cleans up after itself. |
HeaderAndBody |
HttpProvider.post(String data)
Issues an HTTP request, consumes the content, and cleans up after itself. |
HeaderAndBody |
HttpProvider.put(String id,
String data)
Issues an HTTP request, consumes the content, and cleans up after itself. |
| Uses of HeaderAndBody in org.jboss.aerogear.android.impl.http |
|---|
| Methods in org.jboss.aerogear.android.impl.http that return HeaderAndBody | |
|---|---|
HeaderAndBody |
HttpRestProvider.delete(String id)
Issues an HTTP request, consumes the content, and cleans up after itself. |
HeaderAndBody |
HttpRestProvider.get()
Issues an HTTP request, consumes the content, and cleans up after itself. |
HeaderAndBody |
HttpRestProvider.post(String data)
Issues an HTTP request, consumes the content, and cleans up after itself. |
HeaderAndBody |
HttpRestProvider.put(String id,
String data)
Issues an HTTP request, consumes the content, and cleans up after itself. |
|
AeroGear Android Libary 1.0.0.M1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||