Skip to content

Commit

Permalink
Removed reference to deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Apr 11, 2015
1 parent ed5fcf4 commit d341d3e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,11 +35,11 @@

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
Expand Down

0 comments on commit d341d3e

Please sign in to comment.