public class

ResponseAuthCache

extends Object
implements HttpResponseInterceptor
java.lang.Object
   ↳ org.apache.http.client.protocol.ResponseAuthCache

Class Overview

Response interceptor that adds successfully completed AuthSchemes to the local AuthCache instance. Cached AuthSchemes can be re-used when executing requests against known hosts, thus avoiding additional authentication round-trips.

Summary

Public Constructors
ResponseAuthCache()
Public Methods
void process(HttpResponse response, HttpContext context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.HttpResponseInterceptor

Public Constructors

public ResponseAuthCache ()

Also: HttpClient

Public Methods

public void process (HttpResponse response, HttpContext context)

Also: HttpClient