| Interface | Description |
|---|---|
| RESTClient |
This class defines an interface for all the REST client classes that
implement GET, POST, PUT and DELETE clients.
|
| Class | Description |
|---|---|
| AbstractBodyHandler |
This abstract class offers method for adding HTTP request body to the HTTP
request.
|
| AbstractClient |
This is an abstract base class for classes implementing GET, POST, PUT and
DELETE HTTP clients.
|
| DeleteClient |
This class offers a REST client for HTTP DELETE requests.
|
| GetClient |
This class offers a REST client for HTTP GET requests.
|
| PostClient |
This class offers a REST client for HTTP POST requests.
|
| PutClient |
This class offers a REST client for HTTP PUT requests.
|
| RESTClientFactory |
This is a factory class that's responsible for creating REST client objects
according to the given parameters.
|
Copyright © 2014–2017. All rights reserved.