Hello,
I'm using Spring RestTemplate to write a RESTful client. I need to intantiate the HTTP Chunk mode on client side, so I can read chuncked data sent by the server I'm calling.
Can anyone help me how to do that? I've already searched on the internet for something that looks like what I need to do, but it didn't help. Can you, at least, put me on some direction? and I'll will try to do it on my own
I need to do something like this:
This is done using Jersey client.
Thank you very much