Example usage for org.apache.http.conn ClientConnectionOperator interface-usage

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

Introduction

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

Usage

From source file com.qiniu.android.http.ClientConnectionOperator.java

public final class ClientConnectionOperator implements org.apache.http.conn.ClientConnectionOperator {

    /**
     * The scheme registry for looking up socket factories.
     */
    protected final SchemeRegistry schemeRegistry; // @ThreadSafe

From source file org.apache.http.impl.conn.DefaultClientConnectionOperator.java

/**
 * Default implementation of a {@link ClientConnectionOperator}. It uses a {@link SchemeRegistry}
 * to look up {@link SchemeSocketFactory} objects.
 * <p>
 * This connection operator is multihome network aware and will attempt to retry failed connects
 * against all known IP addresses sequentially until the connect is successful or all known