AuthenticationStrategy
@Contract(threading=IMMUTABLE) @Deprecated public class ResponseAuthCache extends Object implements org.apache.http.HttpResponseInterceptor
AuthScheme
s
to the local AuthCache
instance. Cached AuthScheme
s can be
re-used when executing requests against known hosts, thus avoiding
additional authentication round-trips.Constructor and Description |
---|
ResponseAuthCache()
Deprecated.
|
Modifier and Type | Method and 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, IOException
process
in interface org.apache.http.HttpResponseInterceptor
org.apache.http.HttpException
IOException
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.