Package net.atthegate.server.httpOk
Class GoogleAppEngineOkHttpClient
java.lang.Object
net.atthegate.server.httpOk.GoogleAppEngineOkHttpClient
- All Implemented Interfaces:
okhttp3.Call.Factory
An implementation of the OkHttp3 Call.Factory interface that allows OkHttp to be used on Google App Engine.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GoogleAppEngineOkHttpClient
public GoogleAppEngineOkHttpClient()
-
-
Method Details
-
newCall
public okhttp3.Call newCall(okhttp3.Request request) - Specified by:
newCall
in interfaceokhttp3.Call.Factory
-