io.airlift.http.client
Class AsyncHttpClientConfig

java.lang.Object
  extended by io.airlift.http.client.AsyncHttpClientConfig

@Beta
public class AsyncHttpClientConfig
extends Object


Constructor Summary
AsyncHttpClientConfig()
           
 
Method Summary
 int getWorkerThreads()
           
 AsyncHttpClientConfig setWorkerThreads(int workerThreads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncHttpClientConfig

public AsyncHttpClientConfig()
Method Detail

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.