public class DefaultBotOptions extends Object implements BotOptions
| Constructor and Description |
|---|
DefaultBotOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxThreads() |
org.apache.http.client.config.RequestConfig |
getRequestConfig() |
void |
setMaxThreads(int maxThreads) |
void |
setRequestConfig(org.apache.http.client.config.RequestConfig requestConfig) |
public void setMaxThreads(int maxThreads)
public int getMaxThreads()
public org.apache.http.client.config.RequestConfig getRequestConfig()
public void setRequestConfig(org.apache.http.client.config.RequestConfig requestConfig)
requestConfig - Request config to be used in all Http requestsCopyright © 2016. All rights reserved.