Class GoogleAppEngineOkHttpClient

java.lang.Object
net.atthegate.server.httpOk.GoogleAppEngineOkHttpClient
All Implemented Interfaces:
okhttp3.Call.Factory

public class GoogleAppEngineOkHttpClient extends Object implements okhttp3.Call.Factory
An implementation of the OkHttp3 Call.Factory interface that allows OkHttp to be used on Google App Engine.
  • Constructor Details

    • GoogleAppEngineOkHttpClient

      public GoogleAppEngineOkHttpClient()
  • Method Details

    • newCall

      public okhttp3.Call newCall(okhttp3.Request request)
      Specified by:
      newCall in interface okhttp3.Call.Factory