Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. It has increased in popularity relative to RPC-based architectures such as SOAP due to the intrinsic de-coupling of client from server that comes from having a ...
0
votes
0answers
28 views
+50
Handle Connection and Read Timeouts for RestClient calls in android
I have a RestService interface with many rest calls which I am using throughout my application.
I am setting timeouts for handling connection and read-timeouts
ClientHttpRequestFactory httpFactory ...
