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.lolay.android.security.OpenSSLSocketFactory.java

public class OpenSSLSocketFactory implements SocketFactory {
    private SSLContext context = null;

    private SSLContext getContext() {
        if (context == null) {
            try {

From source file at.diamonddogs.net.ssl.CustomSSLSocketFactory.java

public class CustomSSLSocketFactory implements SocketFactory, LayeredSocketFactory {

    private static final Logger LOGGER = LoggerFactory.getLogger(CustomSSLSocketFactory.class.getSimpleName());

    private SSLContext sslcontext = null;

From source file com.dvdprime.android.app.http.CustomSSLSocketFactory.java

/**
 * Factory for create ssl socket and accept self 
 * certificate
 */
public class CustomSSLSocketFactory implements SocketFactory, LayeredSocketFactory {

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

public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory {

    private SSLContext sslcontext = null;

    private static SSLContext createEasySSLContext() throws IOException {
        try {

From source file com.sqliagency.network.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

From source file com.akop.bach.util.EasySSLSocketFactory.java

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

From source file org.karibu.net.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 de.snertlab.discoserv.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.aujur.ebookreader.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

From source file org.eurekapp.pageturner.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