@Contract(threading=IMMUTABLE) public class RequestAddCookies extends Object implements HttpRequestInterceptor
CookieStore中可用的Cookie与正在执行的请求相匹配,并生成相应的Cookie请求标头。
| Constructor and Description |
|---|
RequestAddCookies() |
public void process(HttpRequest request, HttpContext context) throws HttpException, IOException
process在接口
HttpRequestInterceptor
HttpException
IOException
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.