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