Example usage for org.apache.http.protocol BasicHttpContext subclass-usage

List of usage examples for org.apache.http.protocol BasicHttpContext subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.protocol BasicHttpContext subclass-usage.

Usage

From source file org.eclipse.aether.transport.http.SharingHttpContext.java

/**
 * HTTP context that shares certain attributes among requests to optimize the communication with the server.
 * 
 * @see <a href="http://hc.apache.org/httpcomponents-client-ga/tutorial/html/advanced.html#stateful_conn">Stateful HTTP
 *      connections</a>
 */