Re: putRequest outputStream

2016-02-22 Thread pavel
Hi, Oleg. I find can upload data if return from: @Override public long getContentLength() { return -1; } some data length, instead of -1. Now I find walk around, though I think will use

putRequest outputStream

2016-02-21 Thread pavel
Hello I am new with CloseableHttpClient and HttpPut and want to use them, because with java core HttpUrlConnection class I have to fully populate OutputStream with data, before it starts transfer to server. While my data to send size is big, this is not fits my need, because takes too much RAM.

HTTP Upgrade support

2014-04-14 Thread Pavel Bucek
Hi all, is Http(Async)Client capable of handling upgraded request? I mean - can I somehow plug in my HttpUpgradeHandler [1][2], something similar to what was introduced in Servlet 3.1 - non blocking read/write access to the underlying connection. Thanks and regards, Pavel [1] http

Re: Websocket support??

2015-05-09 Thread Pavel Bucek
Hi Oleg, would you at least consider generic support for HTTP UPGRADE? WebSocket can be build on top of that and does not necessary need to be part of httpclient codebase.. Regards, Pavel On 08/05/15 10:12, Oleg Kalnichevski wrote: On Thu, 2015-05-07 at 20:21 +, Tony Anecito wrote: Hi