On Sat, 2015-04-11 at 10:56 -0700, natl wrote:
> SocketChannel is interruptible so any pending read()/write() operation can be
> interrupted by Thread.interrupt()[1] unlike
> SocketInputStream.read/SocketOutputStream.write[2][3]
> 

Right. But provides no way of setting a timeout on blocking operations
(last time I checked, which admittedly was a long time ago).

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