return transports;
}
private void migrateConnectionPool(NetworkConfig config, HttpService httpService) throws TransactionFailure {
final ConnectionPool pool = httpService.getConnectionPool();
if (pool == null) {
return;
}
/*
final Transport transport = (Transport) ConfigSupport.apply(new SingleConfigCode<Transports>() {