Example usage for org.apache.http.conn.routing HttpRoutePlanner interface-usage

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

Introduction

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

Usage

From source file com.puppetlabs.geppetto.injectable.eclipse.impl.ProxiedRoutePlanner.java

public class ProxiedRoutePlanner implements HttpRoutePlanner {
    private final SchemeRegistry schemeRegistry;

    public ProxiedRoutePlanner(SchemeRegistry schemeRegistry) {
        this.schemeRegistry = schemeRegistry;
    }