Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F0F31008D for ; Fri, 10 Jan 2014 15:02:16 +0000 (UTC) Received: (qmail 68264 invoked by uid 500); 10 Jan 2014 15:02:10 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 67353 invoked by uid 500); 10 Jan 2014 15:02:08 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 67046 invoked by uid 99); 10 Jan 2014 15:02:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 15:02:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-wg0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 15:02:01 +0000 Received: by mail-wg0-f44.google.com with SMTP id l18so3290356wgh.35 for ; Fri, 10 Jan 2014 07:01:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PAyEL1CJIADb7qGPjWcEliesUOYWFxDWvAr2wVQRnIo=; b=bgLuSH49ZhNRn0wjPRbrM0HjpkV0zwAzez64KKuSLYFndTFn6azXVATaivSevIEy0y c8EovY9L1bJYDzr6svoCkPSEMDxnZISKFeKxcVVo43D+sEcYhvhb3q0SV779ujW1+DSf yF3x+6H2+c/UbVsbsYX1Dfqph2kQyKE5rget9Y0vRDclqhm27qsYnM9p6phwyQIq1hCm 53cgtwaBmO1oAEUcEoSKMsKjemuPVCKN+9H4V7mLoIi9om7QC5bScbNqEnUr29+xf3Mc ARPTqbA2oHQsL0uMx2sOgLKLqIfReSVbzlbCpdIHbPYDB04GWAzEv+su5OIzZf/jX0AV BWbw== MIME-Version: 1.0 X-Received: by 10.194.82.68 with SMTP id g4mr9101227wjy.85.1389366101445; Fri, 10 Jan 2014 07:01:41 -0800 (PST) Received: by 10.194.86.198 with HTTP; Fri, 10 Jan 2014 07:01:41 -0800 (PST) In-Reply-To: <20140110090424.0E0452388860@eris.apache.org> References: <20140110090424.0E0452388860@eris.apache.org> Date: Fri, 10 Jan 2014 15:01:41 +0000 Message-ID: Subject: Re: svn commit: r1557059 - /httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java From: sebb To: HttpComponents Project Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 10 January 2014 09:04, wrote: > Author: olegk > Date: Fri Jan 10 09:04:23 2014 > New Revision: 1557059 > > URL: http://svn.apache.org/r1557059 > Log: > Fixed style check violations (tabs) Sorry about that! I thought I had told Eclipse not to use tabs anywhere ... obviously not. > Modified: > httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java > > Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java > URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java?rev=1557059&r1=1557058&r2=1557059&view=diff > ============================================================================== > --- httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java (original) > +++ httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java Fri Jan 10 09:04:23 2014 > @@ -55,13 +55,15 @@ import org.apache.http.protocol.RequestU > > /** > * Minimal asynchronous HTTP/1.1 client. > - *

> + *

> * Please note that this example represents a minimal HTTP client implementation. > * It does not support HTTPS as is. > * You either need to provide BasicNIOConnPool with a connection factory > * that supports SSL or use a more complex HttpAsyncClient. > - * > - * @see http://hc.apache.org/httpcomponents-asyncclient-4.0.x/index.html > + * > + * @see BasicNIOConnPool#BasicNIOConnPool(org.apache.http.nio.reactor.ConnectingIOReactor, > + * org.apache.http.nio.pool.NIOConnFactory, int) > + * @see org.apache.http.impl.nio.pool.BasicNIOConnFactory > */ > public class NHttpClient { > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org