|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectninja.Cookie
public class Cookie
An HTTP cookie
Nested Class Summary | |
---|---|
static class |
Cookie.Builder
|
Constructor Summary | |
---|---|
Cookie(String name,
String value,
String comment,
String domain,
int maxAge,
String path,
boolean secure,
boolean httpOnly)
|
Method Summary | |
---|---|
static Cookie.Builder |
builder(Cookie like)
|
static Cookie.Builder |
builder(String name,
String value)
|
boolean |
equals(Object o)
|
String |
getComment()
|
String |
getDomain()
|
int |
getMaxAge()
|
String |
getName()
|
String |
getPath()
|
String |
getValue()
|
int |
hashCode()
|
boolean |
isHttpOnly()
|
boolean |
isSecure()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cookie(String name, String value, String comment, String domain, int maxAge, String path, boolean secure, boolean httpOnly)
Method Detail |
---|
public String getName()
public String getValue()
public String getComment()
public String getDomain()
public int getMaxAge()
public String getPath()
public boolean isSecure()
public boolean isHttpOnly()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public static Cookie.Builder builder(String name, String value)
public static Cookie.Builder builder(Cookie like)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |