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

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

Introduction

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

Usage

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

/**
 * @author Steffen Pingel
 */
public class PollingProtocolSocketFactory implements SchemeSocketFactory {

    private final static SocketFactory factory = SocketFactory.getDefault();

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

/**
 * @author Steffen Pingel
 */
public class PollingProtocolSocketFactory implements SchemeSocketFactory {

    private final static SocketFactory factory = SocketFactory.getDefault();

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.ECFHttpClientProtocolSocketFactory.java

public class ECFHttpClientProtocolSocketFactory implements SchemeSocketFactory {

    protected ISocketEventSource source;
    private INonconnectedSocketFactory unconnectedFactory;
    private ISocketListener socketConnectListener;

From source file com.groupon.odo.bmp.http.SimulatedSocketFactory.java

@SuppressWarnings("deprecation")
public class SimulatedSocketFactory implements SchemeSocketFactory {
    private static Log LOG = new Log();

    private HostNameResolver hostNameResolver;
    private StreamManager streamManager;