Example usage for org.apache.http.conn.scheme SocketFactory interface-usage

List of usage examples for org.apache.http.conn.scheme SocketFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.http.conn.scheme SocketFactory interface-usage.

Usage

From source file org.coursera.camppotlatch.client.auth.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file org.mperezcastell.impatientclient.unsafe.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file client.potlach.com.potlachandroid.unsafe.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file org.ntip.androidApp.guessReel.client.unsafe.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file com.coursera.androidcapstone.dailyselfie.test.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file org.coursera.androidcapstone.potlatch.helpers.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file com.isabel.coursera.potlatch.server.unsafe.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file com.androidcapstone.symptommanagementdoctor.services.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;

From source file ch.icaros.digitalradio.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 * 
 * @author olamy
 * @version $Id: EasySSLSocketFactory.java 765355 2009-04-15 20:59:07Z evenisse$

From source file app.android.auto.net.sampleapp.oauth.blackwork.EasyHttpClient.java

/**
 * This socket factory will create ssl socket that accepts self signed
 * certificate
 */
class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private SSLContext sslcontext = null;