Interface RestResponse<T>

All Known Implementing Classes:
JavaHttpClientRestInvoker.HttpReponseRestResponse

public interface RestResponse<T>
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
  • Method Details

    • body

      T body()
    • statusCode

      int statusCode()