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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.http.conn.ClientConnectionOperator has the following implementations.
Click this link to see all its implementation.

Method

OperatedClientConnectioncreateConnection()
Creates a new connection that can be operated.
voidopenConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params)
Opens a connection to the given target host.
voidupdateSecureConnection(OperatedClientConnection conn, HttpHost target, HttpContext context, HttpParams params)
Updates a connection with a layered secure connection.