Class ApacheHttpClientConfig

java.lang.Object
com.github.scribejava.httpclient.apache.ApacheHttpClientConfig
All Implemented Interfaces:
HttpClientConfig

public class ApacheHttpClientConfig
extends java.lang.Object
implements HttpClientConfig
  • Constructor Summary

    Constructors
    Constructor Description
    ApacheHttpClientConfig​(org.apache.http.impl.nio.client.HttpAsyncClientBuilder httpAsyncClientBuilder)  
  • Method Summary

    Modifier and Type Method Description
    HttpClientConfig createDefaultConfig()  
    static ApacheHttpClientConfig defaultConfig()  
    org.apache.http.impl.nio.client.HttpAsyncClientBuilder getHttpAsyncClientBuilder()  

    Methods inherited from class java.lang.Object

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

    • ApacheHttpClientConfig

      public ApacheHttpClientConfig​(org.apache.http.impl.nio.client.HttpAsyncClientBuilder httpAsyncClientBuilder)
  • Method Details