@Contract(threading=STATELESS) public class ResponseProcessCookies extends Object implements org.apache.hc.core5.http.HttpResponseInterceptor
CookieStore
with data
contained in response cookies received in the given the HTTP response.Modifier and Type | Field and Description |
---|---|
static ResponseProcessCookies |
INSTANCE
Default instance of
ResponseProcessCookies . |
Constructor and Description |
---|
ResponseProcessCookies() |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.hc.core5.http.HttpResponse response,
org.apache.hc.core5.http.EntityDetails entity,
org.apache.hc.core5.http.protocol.HttpContext context) |
public static final ResponseProcessCookies INSTANCE
ResponseProcessCookies
.public void process(org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.http.EntityDetails entity, org.apache.hc.core5.http.protocol.HttpContext context) throws org.apache.hc.core5.http.HttpException, IOException
process
in interface org.apache.hc.core5.http.HttpResponseInterceptor
org.apache.hc.core5.http.HttpException
IOException
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.