this.httpClient = new StandaloneNettyAsyncHttpClient("jdbc",
new HttpClientConfig()
.setConnectTimeout(new Duration(10, TimeUnit.SECONDS))
.setSocksProxy(socksProxy),
new NettyAsyncHttpClientConfig(),
new NettyIoPoolConfig(),
ImmutableSet.of(new UserAgentRequestFilter(userAgent)));
}