com.meterware.httpunit.cookies
Class Cookie

java.lang.Object
  extended bycom.meterware.httpunit.cookies.Cookie

public class Cookie
extends java.lang.Object

An HTTP client-side cookie.

Author:
Russell Gold

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDomain()
          Returns the domain to which this cookie may be sent.
 java.lang.String getName()
          Returns the name of this cookie.
 java.lang.String getPath()
          Returns the path to which this cookie is restricted.
 java.lang.String getValue()
          Returns the value associated with this cookie.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this cookie.


getValue

public java.lang.String getValue()
Returns the value associated with this cookie.


getPath

public java.lang.String getPath()
Returns the path to which this cookie is restricted.


getDomain

public java.lang.String getDomain()
Returns the domain to which this cookie may be sent.


equals

public boolean equals(java.lang.Object obj)

Copyright © 2000-2003 Russell Gold. See license agreement for rights granted.