com.ning.http.client
Class PerRequestConfig
java.lang.Object
com.ning.http.client.PerRequestConfig
public class PerRequestConfig
- extends Object
Per request configuration.
- Author:
- Hubert Iwaniuk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerRequestConfig
public PerRequestConfig()
PerRequestConfig
public PerRequestConfig(ProxyServer proxyServer,
int requestTimeoutInMs)
getProxyServer
public ProxyServer getProxyServer()
getRequestTimeoutInMs
public int getRequestTimeoutInMs()
setRequestTimeoutInMs
public void setRequestTimeoutInMs(int requestTimeoutInMs)
Copyright © 2011. All Rights Reserved.