Class ApacheProvider

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

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

      Constructors 
      Constructor Description
      ApacheProvider()  
    • 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 httpClientConfig)  
      • Methods inherited from class java.lang.Object

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

      • ApacheProvider

        public ApacheProvider()
    • Method Detail

      • createClient

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