Class Client


  • public class Client
    extends java.lang.Object
    HTTP Client abstraction, suitable for mocking.
    Author:
    https://github.com/lbovet [Laurent Bovet]
    • Constructor Summary

      Constructors 
      Constructor Description
      Client()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<org.json.JSONObject> exchange​(org.springframework.http.RequestEntity<org.json.JSONObject> request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Client

        public Client()
    • Method Detail

      • exchange

        public org.springframework.http.ResponseEntity<org.json.JSONObject> exchange​(org.springframework.http.RequestEntity<org.json.JSONObject> request)