我在后台线程中调用HttpClient.execute()。当我中断线程时它会抛出IOException吗?
答案 0 :(得分:1)
不,至少我没见过它这样做过。请注意,您可以通过从Thread.currentThread().isInterrupted()
复制httpEntity.getContent()
来中断下载。
此处有关于关闭其他州的联系的更多讨论http://old.nabble.com/Close-interrupt-HTTP-connections-td30299655.html