org.browsermob.core.har
Class HarCookie

java.lang.Object
  extended by org.browsermob.core.har.HarCookie

public class HarCookie
extends Object


Constructor Summary
HarCookie()
           
 
Method Summary
 String getDomain()
           
 Date getExpires()
           
 Boolean getHttpOnly()
           
 String getName()
           
 String getPath()
           
 String getValue()
           
 void setDomain(String domain)
           
 void setExpires(Date expires)
           
 void setHttpOnly(Boolean httpOnly)
           
 void setName(String name)
           
 void setPath(String path)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarCookie

public HarCookie()
Method Detail

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.