Example usage for org.apache.http.conn.socket PlainConnectionSocketFactory subclass-usage

List of usage examples for org.apache.http.conn.socket PlainConnectionSocketFactory subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.conn.socket PlainConnectionSocketFactory subclass-usage.

Usage

From source file com.gargoylesoftware.htmlunit.httpclient.SocksConnectionSocketFactory.java

/**
 * SOCKS aware {@link org.apache.http.conn.socket.ConnectionSocketFactory}.
 *
 * @author Ahmed Ashour
 * @author Ronald Brill
 * @author Marc Guillemot