Re: Setting IOSessionListener on an HttpAsyncClientBuilder

2022-02-18 Thread Gary Gregory
A test would be nice ;-) Gary On Fri, Feb 18, 2022, 05:35 Christophe Darville wrote: > Hi Oleh, > > I have created a PR at Github with this feature. I hope I did it the right > way. > > Regards, > Christophe > > > On 17 Feb 2022, at 12:19, Oleg Kalnichevski wrote: > > > > On Thu, 2022-02-17 at

Re: Setting IOSessionListener on an HttpAsyncClientBuilder

2022-02-18 Thread Christophe Darville
Hi Oleh, I have created a PR at Github with this feature. I hope I did it the right way. Regards, Christophe > On 17 Feb 2022, at 12:19, Oleg Kalnichevski wrote: > > On Thu, 2022-02-17 at 10:48 +0100, Christophe Darville wrote: >> Hi, >> >> It would be a nice feature to be able to set an IOSe

Re: Setting IOSessionListener on an HttpAsyncClientBuilder

2022-02-17 Thread Oleg Kalnichevski
On Thu, 2022-02-17 at 10:48 +0100, Christophe Darville wrote: > Hi, > > It would be a nice feature to be able to set an IOSessionListener on > an HttpAsyncClientBuilder in the same way we can set an > IOReactorConfig. This IOSessionListener would be passed in the > constructor of DefaultConnecting

Setting IOSessionListener on an HttpAsyncClientBuilder

2022-02-17 Thread Christophe Darville
Hi, It would be a nice feature to be able to set an IOSessionListener on an HttpAsyncClientBuilder in the same way we can set an IOReactorConfig. This IOSessionListener would be passed in the constructor of DefaultConnectingIOReactor like the IOReactorConfig (currently set to null). Regards,