| Interface | Description |
|---|---|
| HttpProvider |
A suite a convenience functions which wrap and clean up
common HTTP request operations.
|
| Class | Description |
|---|---|
| HeaderAndBody |
This is a convenience to wrap up headers from a
HTTPResponse with its entity.
|
| HttpProviderFactory | |
| HttpRestProvider |
These are tuned for AeroGear, assume the body is String data, and that the
headers don't do anything funny.
|
| Exception | Description |
|---|---|
| HttpException |
If an HTTP Request does not return status code 200 then this will
be thrown.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.