| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
PipeHandler.onRawRead(Pipe<T> requestingPipe) |
HeaderAndBody |
PipeHandler.onRawReadWithFilter(org.jboss.aerogear.android.core.ReadFilter filter,
Pipe<T> requestingPipe) |
HeaderAndBody |
PipeHandler.onRawSave(String id,
byte[] item) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
ResponseParser.handleResponse(HeaderAndBody response,
Class<T> responseType)
UnMarshall a response and return an object array.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
HttpProvider.delete(String id)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpRestProvider.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 |
HttpRestProvider.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 |
HttpRestProvider.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 |
HttpRestProvider.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 |
HttpRestProvider.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.
|
HeaderAndBody |
HttpRestProvider.put(String id,
String data)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
ReadLoader.loadInBackground() |
HeaderAndBody |
RemoveLoader.loadInBackground() |
HeaderAndBody |
SaveLoader.loadInBackground() |
| Modifier and Type | Method and Description |
|---|---|
android.content.Loader<HeaderAndBody> |
LoaderAdapter.onCreateLoader(int id,
android.os.Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderAdapter.onLoadFinished(android.content.Loader<HeaderAndBody> loader,
HeaderAndBody data) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderAdapter.onLoaderReset(android.content.Loader<HeaderAndBody> loader) |
void |
LoaderAdapter.onLoadFinished(android.content.Loader<HeaderAndBody> loader,
HeaderAndBody data) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.aerogear.android.core.ReadFilter |
URIBodyPageParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
org.jboss.aerogear.android.core.ReadFilter |
URIPageHeaderParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
org.jboss.aerogear.android.core.ReadFilter |
PageParameterExtractor.getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
org.jboss.aerogear.android.core.ReadFilter |
URIBodyPageParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
org.jboss.aerogear.android.core.ReadFilter |
URIPageHeaderParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
org.jboss.aerogear.android.core.ReadFilter |
PageParameterExtractor.getPreviousFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
RestRunner.onRawRead(Pipe<T> requestingPipe) |
HeaderAndBody |
RestRunner.onRawReadWithFilter(org.jboss.aerogear.android.core.ReadFilter filter,
Pipe<T> requestingPipe) |
HeaderAndBody |
RestRunner.onRawSave(String id,
byte[] item) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
GsonResponseParser.handleResponse(HeaderAndBody httpResponse,
Class<T> responseType) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.