public class

BasicAuthCache

extends Object
implements AuthCache
java.lang.Object
   ↳ org.apache.http.impl.client.BasicAuthCache

Class Overview

Default implementation of AuthCache.

Summary

Public Constructors
BasicAuthCache()
Default constructor.
Public Methods
void clear()
AuthScheme get(HttpHost host)
void put(HttpHost host, AuthScheme authScheme)
void remove(HttpHost host)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.client.AuthCache

Public Constructors

public BasicAuthCache ()

Also: HttpClient

Default constructor.

Public Methods

public void clear ()

Also: HttpClient

public AuthScheme get (HttpHost host)

Also: HttpClient

public void put (HttpHost host, AuthScheme authScheme)

Also: HttpClient

public void remove (HttpHost host)

Also: HttpClient

public String toString ()