Return-Path: X-Original-To: apmail-hc-httpclient-users-archive@www.apache.org Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1EC110879 for ; Mon, 17 Feb 2014 09:16:03 +0000 (UTC) Received: (qmail 4479 invoked by uid 500); 17 Feb 2014 09:16:03 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 4384 invoked by uid 500); 17 Feb 2014 09:16:02 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 4372 invoked by uid 99); 17 Feb 2014 09:16:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 09:16:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [5.148.180.21] (HELO kalnich2.nine.ch) (5.148.180.21) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 09:15:55 +0000 Received: from [192.168.42.63] (unknown [213.55.184.168]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by kalnich2.nine.ch (Postfix) with ESMTPSA id 9FC4C160084 for ; Mon, 17 Feb 2014 09:15:34 +0000 (UTC) Message-ID: <1392628531.9414.13.camel@ubuntu> Subject: Re: How can I abort an aynsc request using HttpAsyncClient From: Oleg Kalnichevski To: HttpClient User Discussion Date: Mon, 17 Feb 2014 10:15:31 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, 2014-02-16 at 16:30 +0200, Yoram Dayagi (Gmail) wrote: > Hi > I would like to use HttpAsyncClient in order to execute async requests. > Is it possible to abort an executing request from another thread? > What exactly do you mean by aborting request execution? Unblocking a thread awaiting on the result future? Shutting down the underlying connection? What is it exactly you are trying to achieve? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org