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 com.itude.mobile.android.util.https.EasySSLSocketFactory.java

/**
 * This socket factory will create ssl socket that accepts self signed certificate
 *
 */
public class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {

From source file com.google.resting.rest.CustomSSLSocketFactory.java

/**
 * Custom socket factory to handle SSL authentication. This class is essential because the default self signed 
 * SSL certificates have problems in Android.
 * 
 * @author sujata.de
 * @since resting 0.1

From source file pydio.sdk.java.utils.AjxpSSLSocketFactory.java

public class AjxpSSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private String certKey = null;
    private SSLContext sslcontext = null;

    public AjxpSSLSocketFactory(String certKey) {
        this.certKey = certKey;

From source file info.ajaxplorer.client.http.AjxpSSLSocketFactory.java

public class AjxpSSLSocketFactory implements SocketFactory, LayeredSocketFactory {
    private String certKey = null;
    private SSLContext sslcontext = null;

    public AjxpSSLSocketFactory(String certKey) {
        this.certKey = certKey;

From source file info.guardianproject.net.SocksSocketFactory.java

/**
 * Provides sockets for an HttpClient connection.
 * @author cmg47
 *
 */
public class SocksSocketFactory implements SocketFactory {

From source file org.addhen.smssync.net.ssl.EasySSLSocketFactory.java

public class EasySSLSocketFactory implements SocketFactory, LayeredSocketFactory {

    private SSLContext sslcontext = null;

    private static SSLContext createEasySSLContext() throws IOException {
        try {

From source file org.transdroid.daemon.util.FakeSocketFactory.java

public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory {
    private String certKey = null;
    private SSLContext sslcontext = null;

    public FakeSocketFactory(String certKey) {
        this.certKey = certKey;

From source file pl.xsolve.verfluchter.rest.EasySSLSocketFactory.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 $
 * @since 1.2.3

From source file com.devandroid.tkuautowifi.EasySSLSocketFactory.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 net.zorgblub.typhon.ssl.EasySSLSocketFactory.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 $
 * @since 1.2.3