org.browsermob.core.har
Class HarCookie
java.lang.Object
org.browsermob.core.har.HarCookie
public class HarCookie
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HarCookie
public HarCookie()
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
getPath
public String getPath()
setPath
public void setPath(String path)
getDomain
public String getDomain()
setDomain
public void setDomain(String domain)
getExpires
public Date getExpires()
setExpires
public void setExpires(Date expires)
getHttpOnly
public Boolean getHttpOnly()
setHttpOnly
public void setHttpOnly(Boolean httpOnly)
Copyright © 2011. All Rights Reserved.