Small refactor to expose OKHttp as our defactor http implementation. I left the interfaces in for testing and backwards compatibility, but we can discuss removing them.
MobileCore getHttpLayer returns a OkHttpService.
OKHttpService now has a method to get the http client as well as javadocs covering how it is configured.
Progress
[x] Done Task
Additional Notes
Contact @danielpassos for additional testing information.
Motivation
Small refactor to expose OKHttp as our defactor http implementation. I left the interfaces in for testing and backwards compatibility, but we can discuss removing them.
https://issues.jboss.org/browse/AEROGEAR-7542
Description
This makes a few small changes.
MobileCore getHttpLayer returns a OkHttpService.
OKHttpService now has a method to get the http client as well as javadocs covering how it is configured.
Progress
Additional Notes
Contact @danielpassos for additional testing information.