Interface RestResponse<T>
- All Known Implementing Classes:
JavaHttpClientRestInvoker.HttpReponseRestResponse
public interface RestResponse<T>
- Author:
- Filip Hrisafov
-
Method Summary
-
Method Details
-
body
T body() -
statusCode
int statusCode()
-
JavaHttpClientRestInvoker.HttpReponseRestResponse