Re: HTTP Upgrade support

2014-04-14 Thread Oleg Kalnichevski
On April 14, 2014 5:05:19 PM CEST, Pavel Bucek wrote: >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 underlyin

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://docs.o