Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C777A17901 for ; Sat, 11 Apr 2015 09:23:37 +0000 (UTC) Received: (qmail 85389 invoked by uid 500); 11 Apr 2015 09:23:37 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 85350 invoked by uid 500); 11 Apr 2015 09:23:37 -0000 Mailing-List: contact commits-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 commits@hc.apache.org Received: (qmail 85341 invoked by uid 99); 11 Apr 2015 09:23:37 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 09:23:37 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 8F975AC009C for ; Sat, 11 Apr 2015 09:23:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1672850 - /httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientCustomSSL.java Date: Sat, 11 Apr 2015 09:23:37 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150411092337.8F975AC009C@hades.apache.org> Author: olegk Date: Sat Apr 11 09:23:37 2015 New Revision: 1672850 URL: http://svn.apache.org/r1672850 Log: Removed reference to deprecated class Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientCustomSSL.java Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientCustomSSL.java URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientCustomSSL.java?rev=1672850&r1=1672849&r2=1672850&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientCustomSSL.java (original) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientCustomSSL.java Sat Apr 11 09:23:37 2015 @@ -35,11 +35,11 @@ import javax.net.ssl.SSLContext; import org.apache.http.HttpResponse; import org.apache.http.client.methods.HttpGet; -import org.apache.http.conn.ssl.SSLContexts; import org.apache.http.conn.ssl.TrustSelfSignedStrategy; import org.apache.http.impl.nio.client.CloseableHttpAsyncClient; import org.apache.http.impl.nio.client.HttpAsyncClients; import org.apache.http.nio.conn.ssl.SSLIOSessionStrategy; +import org.apache.http.ssl.SSLContexts; /** * This example demonstrates how to create secure connections with a custom SSL