executorService = Executors.newCachedThreadPool();
builder.setExecutorService(executorService);
}
AsyncHttpClientConfig asyncClientConfig = builder.setAllowPoolingConnection(true).build();
this.client = new AsyncHttpClient(new GrizzlyAsyncHttpProvider(asyncClientConfig), asyncClientConfig);
}