|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Delete | Executes a DELETE request. |
| Get | Executes a GET request. |
| Http | This is a convenience class to allow creation of request objects on one line with some pre-defined values. |
| Post | Executes a POST request. |
| Put | Executes a PUT request. |
| Request<T extends Request> | This class provides static convenience methods for simple HTTP requests. |
| Exception Summary | |
|---|---|
| HttpException | |
This package contains convenience classes for working with REST services. It is not an attempt to provide a full functionling library like Apache HttpClient, but rather a scaled down version of the easiest and simplest and most used functionality of HTTP at the finger tips. The rationale for writing it was:
HttpURLConnection and does not depend on any other external library.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||