Example usage for org.apache.http.client AuthCache interface-usage

List of usage examples for org.apache.http.client AuthCache interface-usage

Introduction

In this page you can find the example usage for org.apache.http.client AuthCache interface-usage.

Usage

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

/**
 * Auth scheme cache that upon clearing releases all cached schemes into a pool for future reuse by other requests,
 * thereby reducing challenge-response roundtrips.
 */
final class SharingAuthCache implements AuthCache {

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

/**
 * Default implementation of {@link org.apache.http.client.AuthCache}. This implements
 * expects {@link org.apache.http.auth.AuthScheme} to be {@link java.io.Serializable}
 * in order to be cacheable.
 * <p>
 * Instances of this class are thread safe as of version 4.4.