|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.http.HttpCookie
public class HttpCookie
| 构造方法摘要 | |
|---|---|
HttpCookie(String name,
String value)
|
|
HttpCookie(String name,
String value,
int maxAge)
|
|
HttpCookie(String name,
String value,
String domain,
String path)
|
|
HttpCookie(String name,
String value,
String domain,
String path,
int maxAge,
boolean httpOnly,
boolean secure)
|
|
HttpCookie(String name,
String value,
String domain,
String path,
int maxAge,
boolean httpOnly,
boolean secure,
String comment,
int version)
|
|
| 方法摘要 | |
|---|---|
String |
getComment()
Get the comment. |
String |
getDomain()
Get the domain. |
int |
getMaxAge()
Get the maxAge. |
String |
getName()
Get the name. |
String |
getPath()
Get the path. |
String |
getValue()
Get the value. |
int |
getVersion()
Get the version. |
boolean |
isHttpOnly()
Get the isHttpOnly. |
boolean |
isSecure()
Get the secure. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public HttpCookie(String name,
String value)
public HttpCookie(String name,
String value,
String domain,
String path)
public HttpCookie(String name,
String value,
int maxAge)
public HttpCookie(String name,
String value,
String domain,
String path,
int maxAge,
boolean httpOnly,
boolean secure)
public HttpCookie(String name,
String value,
String domain,
String path,
int maxAge,
boolean httpOnly,
boolean secure,
String comment,
int version)
| 方法详细信息 |
|---|
public String getName()
public String getValue()
public String getComment()
public String getDomain()
public int getMaxAge()
public String getPath()
public boolean isSecure()
public int getVersion()
public boolean isHttpOnly()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||