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

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

Introduction

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

Usage

From source file org.eclipse.mylyn.internal.commons.http.PollingSslProtocolSocketFactory.java

/**
 * Provides support for managing SSL connections.
 * 
 * @author Nathan Hapke
 * @author Rob Elves
 * @author Steffen Pingel

From source file org.eclipse.mylyn.internal.commons.repositories.http.core.PollingSslProtocolSocketFactory.java

/**
 * Provides support for managing SSL connections.
 * 
 * @author Steffen Pingel
 */
public class PollingSslProtocolSocketFactory implements LayeredSchemeSocketFactory {

From source file com.hp.mercury.ci.jenkins.plugins.oo.ssl.FakeSocketFactory.java

/**
 * we use this class to override SSL on the clientside, effectively using http
 * instead of https
 */
public class FakeSocketFactory implements SchemeSocketFactory, LayeredSchemeSocketFactory {
    private SSLContext sslcontext = null;

From source file org.eclipse.ecf.internal.provider.filetransfer.httpclient4.ECFHttpClientSecureProtocolSocketFactory.java

public final class ECFHttpClientSecureProtocolSocketFactory implements LayeredSchemeSocketFactory {

    private final SSLSocketFactory sslSocketFactory;
    private final ISocketEventSource source;
    private final ISocketListener socketConnectListener;

From source file com.mgmtp.perfload.core.client.web.ssl.LtSSLSocketFactory.java

/**
 * {@link LayeredSchemeSocketFactory} implementation for SSL and client authentication.
 * 
 * @author rnaegele
 */
public class LtSSLSocketFactory implements LayeredSchemeSocketFactory {

From source file com.mgmtp.jfunk.web.ssl.JFunkSSLSocketFactory.java

/**
 * {@link LayeredSchemeSocketFactory} implementation for SSL and client authentication. As
 * HttpClient seems to have a problem when connecting to SSL sites which require a client
 * certificate we are using this SocketFactory implementation.
 * 
 */

From source file orca.ektorp.client.ContextualSSLSocketFactory.java

/**
 * 
 * @author claris
 * TODO: See DecorateTrustManager below. It needs to be uncomment. Eventually I will have to compile this class against the source code of HTTP-component.
 */
@SuppressWarnings("deprecation")