RE: HttpCore 5.1.4: Get stats of sent/rcvd bytes

2022-09-25 Thread Isaac Cruz
ac > I am sorry I am not sure I understand the problem. I am not sure what stops you from reading sent / received bytes data from EndpointDetails Oleg. > -Original Message- > From: Oleg Kalnichevski > Sent: sábado, 24 de septiembre de 2022 11:00 > To: HttpComponents Pro

Re: HttpCore 5.1.4: Get stats of sent/rcvd bytes

2022-09-25 Thread Oleg Kalnichevski
ot sure I understand the problem. I am not sure what stops you from reading sent / received bytes data from EndpointDetails Oleg. > -Original Message- > From: Oleg Kalnichevski > Sent: sábado, 24 de septiembre de 2022 11:00 > To: HttpComponents Project > Subject: Re: HttpC

RE: HttpCore 5.1.4: Get stats of sent/rcvd bytes

2022-09-24 Thread Isaac Cruz
: HttpCore 5.1.4: Get stats of sent/rcvd bytes On Fri, 2022-09-23 at 10:31 +, Isaac Cruz wrote: > Hi, > > I want to get statistics of sent and received bytes from an HTTP > server. I had a working implementation on HttpCore 4.x using > NHttpServerConnection.getMetrics() that w

Re: HttpCore 5.1.4: Get stats of sent/rcvd bytes

2022-09-24 Thread Oleg Kalnichevski
On Fri, 2022-09-23 at 10:31 +, Isaac Cruz wrote: > Hi, > > I want to get statistics of sent and received bytes from an HTTP > server. I had a working implementation on HttpCore 4.x using > NHttpServerConnection.getMetrics() that were added up on closing > connection. Then I migrated to HttpCor