|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ning.http.client.Cookie
public class Cookie
Constructor Summary | |
---|---|
Cookie(String domain,
String name,
String value,
String path,
int maxAge,
boolean secure)
|
Method Summary | |
---|---|
String |
getDomain()
|
int |
getMaxAge()
|
String |
getName()
|
String |
getPath()
|
String |
getValue()
|
boolean |
isSecure()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Cookie(String domain, String name, String value, String path, int maxAge, boolean secure)
Method Detail |
---|
public String getDomain()
public String getName()
public String getValue()
public String getPath()
public int getMaxAge()
public boolean isSecure()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |