org.openqa.selenium.internal
Class ReturnedCookie

java.lang.Object
  extended by org.openqa.selenium.Cookie
      extended by org.openqa.selenium.internal.ReturnedCookie

public class ReturnedCookie
extends Cookie


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openqa.selenium.Cookie
Cookie.Builder
 
Constructor Summary
ReturnedCookie(java.lang.String name, java.lang.String value, java.lang.String domain, java.lang.String path, java.util.Date expiry, boolean isSecure, java.lang.String currentUrl)
           
 
Method Summary
 boolean isSecure()
           
 java.lang.String toString()
           
protected  void validate()
           
 
Methods inherited from class org.openqa.selenium.Cookie
equals, getDomain, getExpiry, getName, getPath, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnedCookie

public ReturnedCookie(java.lang.String name,
                      java.lang.String value,
                      java.lang.String domain,
                      java.lang.String path,
                      java.util.Date expiry,
                      boolean isSecure,
                      java.lang.String currentUrl)
Method Detail

isSecure

public boolean isSecure()
Overrides:
isSecure in class Cookie

validate

protected void validate()
Overrides:
validate in class Cookie

toString

public java.lang.String toString()
Overrides:
toString in class Cookie


Copyright © 2010. All Rights Reserved.