On Tue, 2014-05-13 at 12:12 -0400, David R Robison wrote:
> I have a camera I'm trying to connect to and read alarms from. It is 
> setup to allow the client to make one GET request and then it 
> periodically sends alarm events as a stream of multipart/x-mixed-replace 
> chunks. How would I use httpclient to read these responses?
> David
> 

If you mean raw transfer chunks, you can't. HttpClient is designed to
hide transfer encoding aspects from the protocol and application
layers. 

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to