public class ThriftClientManagerConfig extends Object
| Constructor and Description |
|---|
ThriftClientManagerConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.net.HostAndPort |
getDefaultSocksProxyAddress() |
com.facebook.nifty.ssl.SslClientConfiguration |
getSslClientConfiguration() |
Integer |
getWorkerThreadCount() |
void |
setDefaultSocksProxyAddress(com.google.common.net.HostAndPort defaultSocksProxyAddress) |
void |
setSslClientConfiguration(com.facebook.nifty.ssl.SslClientConfiguration sslClientConfiguration) |
void |
setWorkerThreadCount(int workerThreadCount) |
public com.google.common.net.HostAndPort getDefaultSocksProxyAddress()
public Integer getWorkerThreadCount()
public com.facebook.nifty.ssl.SslClientConfiguration getSslClientConfiguration()
@Config(value="thrift.clientmanager.default-socks-proxy") public void setDefaultSocksProxyAddress(com.google.common.net.HostAndPort defaultSocksProxyAddress)
@Config(value="thrift.clientmanager.worker-thread-count") public void setWorkerThreadCount(int workerThreadCount)
public void setSslClientConfiguration(com.facebook.nifty.ssl.SslClientConfiguration sslClientConfiguration)
Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.