Example usage for org.apache.http.params AbstractHttpParams subclass-usage

List of usage examples for org.apache.http.params AbstractHttpParams subclass-usage

Introduction

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

Usage

From source file org.apache.http.impl.client.ClientParamsStack.java

/**
 * Represents a stack of parameter collections.
 * When retrieving a parameter, the stack is searched in a fixed order
 * and the first match returned. Setting parameters via the stack is
 * not supported. To minimize overhead, the stack has a fixed size and
 * does not maintain an internal array.