Example usage for org.apache.http.conn.scheme PlainSocketFactory subclass-usage

List of usage examples for org.apache.http.conn.scheme PlainSocketFactory subclass-usage

Introduction

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

Usage

From source file org.apache.jmeter.protocol.http.util.SlowHC4SocketFactory.java

/**
 * Apache HttpClient protocol factory to generate "slow" sockets for emulating dial-up modems
 */

public class SlowHC4SocketFactory extends PlainSocketFactory {