Uses of Class
com.ning.http.client.PerRequestConfig

Packages that use PerRequestConfig
com.ning.http.client   
com.ning.http.client.providers.apache   
com.ning.http.client.providers.netty   
 

Uses of PerRequestConfig in com.ning.http.client
 

Methods in com.ning.http.client that return PerRequestConfig
 PerRequestConfig Request.getPerRequestConfig()
          Return Per request configuration.
 

Methods in com.ning.http.client with parameters of type PerRequestConfig
 T RequestBuilderBase.setPerRequestConfig(PerRequestConfig perRequestConfig)
           
 

Uses of PerRequestConfig in com.ning.http.client.providers.apache
 

Methods in com.ning.http.client.providers.apache with parameters of type PerRequestConfig
protected static int ApacheAsyncHttpProvider.requestTimeout(AsyncHttpClientConfig config, PerRequestConfig perRequestConfig)
           
 

Uses of PerRequestConfig in com.ning.http.client.providers.netty
 

Methods in com.ning.http.client.providers.netty with parameters of type PerRequestConfig
protected static int NettyAsyncHttpProvider.requestTimeoutInMs(AsyncHttpClientConfig config, PerRequestConfig perRequestConfig)
           
 



Copyright © 2014. All Rights Reserved.