Re: EntityUtils.ToString() is too slow

2016-07-24 Thread Gary Gregory
great > > Thanks, > aparna > > From: e...@zusammenkunft.net [mailto:e...@zusammenkunft.net] > Sent: Friday, July 22, 2016 11:39 PM > To: Khare, Aparna <aparna.kh...@sap.com>; httpclient-users@hc.apache.org > Subject: AW: EntityUtils.ToString() is too slow > > You n

RE: EntityUtils.ToString() is too slow

2016-07-23 Thread Khare, Aparna
parse the json response. Any suggestion and help would be great Thanks, aparna From: e...@zusammenkunft.net [mailto:e...@zusammenkunft.net] Sent: Friday, July 22, 2016 11:39 PM To: Khare, Aparna <aparna.kh...@sap.com>; httpclient-users@hc.apache.org Subject: AW: EntityUtils.ToString() is to

AW: EntityUtils.ToString() is too slow

2016-07-22 Thread ecki
You need to provide more info, how big is the response, what charset, how long does the server take to provide the first and last byte? I would suspect the server takes 4,832s. Gruss Bernd -- http://bernd.eckenfels.net >From Win 10 Mobile Von: Khare, Aparna

EntityUtils.ToString() is too slow

2016-07-22 Thread Khare, Aparna
Dear All, I'm trying to use EntityUtils.toString(responseEntity, RuntimeAdapterConstants.UTF_8) Where responseEntity is string to read the json response this is taking around 5 seconds. Can you please help how I can improve the turnaround time or use some other api Thanks, Aparna