this.queryInfoCodec = queryResultsCodec;
this.httpClient = new JettyHttpClient(
new HttpClientConfig()
.setConnectTimeout(new Duration(10, TimeUnit.SECONDS))
.setSocksProxy(socksProxy),
new JettyIoPool("presto-jdbc", new JettyIoPoolConfig()),
ImmutableSet.of(new UserAgentRequestFilter(userAgent)));
}