Re: is onCharReceived called after onResponseReceived? and accessing HttpResponse in AsyncHttpClient

2013-04-18 Thread Oleg Kalnichevski
On Tue, 2013-04-16 at 23:47 -0700, Gaurav Kumar wrote: > Hi, > ​Two questions- ​ > > ​1)​ > > In > ​​ > org.apache.ht > ​​ > tp.nio.client.methods.AsyncCharConsumer, is onCharReceived called after > onResponseReceived? > This is correct. > So far my testing shows so but I am looking for offici

is onCharReceived called after onResponseReceived? and accessing HttpResponse in AsyncHttpClient

2013-04-16 Thread Gaurav Kumar
Hi, ​Two questions- ​ ​1)​ In ​​ org.apache.ht ​​ tp.nio.client.methods.AsyncCharConsumer, is onCharReceived called after onResponseReceived? So far my testing shows so but I am looking for official documentation. Can someone please point to me to documentation which describes the order in which