| 软件包 | 描述 |
|---|---|
| org.apache.http.cookie |
客户端HTTP状态管理API。
|
| org.apache.http.impl.cookie |
标准和常见的HTTP状态管理策略的默认实现。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommonCookieAttributeHandler
CookieAttributeHandler的扩展名用于处理名称与CommonCookieAttributeHandler.getAttributeName()方法返回的一个特定公用属性。
|
| Modifier and Type | Method and Description |
|---|---|
protected CookieAttributeHandler |
AbstractCookieSpec.findAttribHandler(String name)
找到给定属性的属性处理程序 CookieAttributeHandler 。
|
protected CookieAttributeHandler |
AbstractCookieSpec.getAttribHandler(String name)
获取给定属性的属性处理程序 CookieAttributeHandler 。
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<CookieAttributeHandler> |
AbstractCookieSpec.getAttribHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCookieSpec.registerAttribHandler(String name, CookieAttributeHandler handler)
|
| Constructor and Description |
|---|
PublicSuffixFilter(CookieAttributeHandler wrapped)
已过时。
|
| Constructor and Description |
|---|
AbstractCookieSpec(HashMap<String,CookieAttributeHandler> map) |
CookieSpecBase(HashMap<String,CookieAttributeHandler> map) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.