private AsyncClient createAsyncClient() {
TNonblockingTransport transport;
try {
transport = new TNonblockingSocket(apiConfig.getServerAddress(),
apiConfig.getServerPort());
} catch (IOException e) {
throw new ClientPoolException(
"Error creating non blocking transport for asynchronous client with \"\n"
+ this.apiConfig.getServerAddress() + ":"