org.apache.http.HttpResponseInterceptorAuthenticationStrategy@Contract(threading=IMMUTABLE)
@Deprecated
public class ResponseAuthCache
extends java.lang.Object
implements org.apache.http.HttpResponseInterceptor
AuthSchemes
to the local AuthCache instance. Cached AuthSchemes can be
re-used when executing requests against known hosts, thus avoiding
additional authentication round-trips.| Constructor | Description |
|---|---|
ResponseAuthCache() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
Deprecated.
|
public void process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
java.io.IOException
process in interface org.apache.http.HttpResponseInterceptororg.apache.http.HttpExceptionjava.io.IOException