Class OkHttpProvider

  • All Implemented Interfaces:
    com.github.scribejava.core.httpclient.HttpClientProvider

    public class OkHttpProvider
    extends java.lang.Object
    implements com.github.scribejava.core.httpclient.HttpClientProvider
    • Constructor Summary

      Constructors 
      Constructor Description
      OkHttpProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.scribejava.core.httpclient.HttpClient createClient​(com.github.scribejava.core.httpclient.HttpClientConfig config)  
      • Methods inherited from class java.lang.Object

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

      • OkHttpProvider

        public OkHttpProvider()
    • Method Detail

      • createClient

        public com.github.scribejava.core.httpclient.HttpClient createClient​(com.github.scribejava.core.httpclient.HttpClientConfig config)
        Specified by:
        createClient in interface com.github.scribejava.core.httpclient.HttpClientProvider