| 软件包 | 描述 |
|---|---|
| org.apache.http.cookie |
客户端HTTP状态管理API。
|
| org.apache.http.impl.cookie |
标准和常见的HTTP状态管理策略的默认实现。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SetCookie2
该接口表示由原始服务器发送给HTTP代理的
Set-Cookie2响应头,以保持会话状态。
|
| Modifier and Type | Method and Description |
|---|---|
void |
CookieAttributeHandler.parse(SetCookie cookie, String value)
解析给定的cookie属性值并更新对应的 Cookie属性。
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicClientCookie
默认执行 SetCookie 。
|
class |
BasicClientCookie2
默认执行 SetCookie2 。
|
| Modifier and Type | Method and Description |
|---|---|
void |
RFC2965CommentUrlAttributeHandler.parse(SetCookie cookie, String commenturl) |
void |
BasicCommentHandler.parse(SetCookie cookie, String value) |
void |
RFC2965VersionAttributeHandler.parse(SetCookie cookie, String value)
解析cookie版本属性。
|
void |
PublicSuffixDomainFilter.parse(SetCookie cookie, String value) |
void |
RFC2965DomainAttributeHandler.parse(SetCookie cookie, String domain)
解析cookie域属性。
|
void |
NetscapeDomainHandler.parse(SetCookie cookie, String value) |
void |
LaxMaxAgeHandler.parse(SetCookie cookie, String value) |
void |
BasicPathHandler.parse(SetCookie cookie, String value) |
void |
RFC2965PortAttributeHandler.parse(SetCookie cookie, String portValue)
解析cookie端口属性。
|
void |
BrowserCompatVersionAttributeHandler.parse(SetCookie cookie, String value)
已过时。
解析cookie版本属性。
|
void |
BasicExpiresHandler.parse(SetCookie cookie, String value) |
void |
LaxExpiresHandler.parse(SetCookie cookie, String value) |
void |
BasicMaxAgeHandler.parse(SetCookie cookie, String value) |
void |
RFC2109DomainHandler.parse(SetCookie cookie, String value) |
void |
RFC2109VersionHandler.parse(SetCookie cookie, String value) |
void |
BasicDomainHandler.parse(SetCookie cookie, String value) |
void |
PublicSuffixFilter.parse(SetCookie cookie, String value)
已过时。
|
void |
BasicSecureHandler.parse(SetCookie cookie, String value) |
void |
RFC2965DiscardAttributeHandler.parse(SetCookie cookie, String commenturl) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.