| Modifier and Type | Method and Description |
|---|---|
RestResponse |
RestClientImpl.execute(RestRequest request)
|
RestResponse |
RestClient.execute(RestRequest request)
Executes a rest request using the underlying Http client implementation.
|
RestResponse |
RestClientImpl.execute(String hostAddr,
RestRequest request)
|
RestResponse |
RestClient.execute(String baseUrl,
RestRequest request)
Executes the rest request.
|
RestResponse |
RestResponse.setStatusCode(Integer sCode) |
RestResponse |
RestResponse.setStatusText(String st) |
Copyright © 2016 smartrics. All Rights Reserved.