Java org.apache.http.impl.conn DefaultClientConnectionOperator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.conn DefaultClientConnectionOperator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.conn DefaultClientConnectionOperator.

The text is from its open source code.

Subclass

org.apache.http.impl.conn.DefaultClientConnectionOperator has subclasses.
Click this link to see all its subclasses.

Constructor

DefaultClientConnectionOperator(final SchemeRegistry schemes)
Creates a new client connection operator for the given scheme registry.
DefaultClientConnectionOperator(final SchemeRegistry schemes, final DnsResolver dnsResolver)
Creates a new client connection operator for the given scheme registry and the given custom DNS lookup mechanism.