| Package | Description |
|---|---|
| org.jboss.aerogear.android.http | |
| org.jboss.aerogear.android.impl.http |
| 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(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.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
HttpRestProvider.get()
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.