io.airlift.http.client
Class AsyncHttpClientConfig
java.lang.Object
io.airlift.http.client.AsyncHttpClientConfig
@Beta
public class AsyncHttpClientConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncHttpClientConfig
public AsyncHttpClientConfig()
getWorkerThreads
@Min(value=1L)
public int getWorkerThreads()
setWorkerThreads
@Config(value="http-client.threads")
public AsyncHttpClientConfig setWorkerThreads(int workerThreads)
Copyright © 2010-2012 Airlift. All Rights Reserved.