|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.client.protocol.ResponseAuthCache
@Immutable public class ResponseAuthCache
Response interceptor that adds successfully completed 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 Summary | |
---|---|
ResponseAuthCache()
|
Method Summary | |
---|---|
void |
process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseAuthCache()
Method Detail |
---|
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.HttpResponseInterceptor
org.apache.http.HttpException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |