net.groboclown.util.http.v1
Class NetscapeCookieParser.NameValuePair
java.lang.Object
|
+--net.groboclown.util.http.v1.NetscapeCookieParser.NameValuePair
- Enclosing class:
- NetscapeCookieParser
- protected static class NetscapeCookieParser.NameValuePair
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
name
private String name
value
private String value
NetscapeCookieParser.NameValuePair
protected NetscapeCookieParser.NameValuePair()
setName
public void setName(String name)
setValue
public void setValue(String value)
getName
public String getName()
getValue
public String getValue()
Written under the LGPL