| Package | Description |
|---|---|
| org.jboss.aerogear.android.authentication | |
| org.jboss.aerogear.android.http | |
| org.jboss.aerogear.android.impl.http |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthenticationModule.retryLogin()
Some authorization schemes (HTTP Digest, OAUTH) have a mechanism for retrying
a login to fetch fresh credentials after the credentials expire.
|
| Modifier and Type | Method and Description |
|---|---|
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(byte[] data)
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,
byte[] 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.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
HttpRestProviderForPush.delete(String id) |
HeaderAndBody |
HttpRestProviderForPush.get() |
HeaderAndBody |
HttpRestProvider.get()
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpRestProviderForPush.post(byte[] data) |
HeaderAndBody |
HttpRestProviderForPush.post(String data) |
HeaderAndBody |
HttpRestProviderForPush.put(String id,
byte[] data) |
HeaderAndBody |
HttpRestProviderForPush.put(String id,
String data) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.