Package ise.antelope.tasks
Class PostTask.Cookie
java.lang.Object
ise.antelope.tasks.PostTask.Cookie
- Enclosing class:
PostTask
Represents a cookie. See RFC 2109 and 2965.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cookie
- Parameters:
raw
- the raw string abstracted from the header of an http response for a single cookie.
-
Cookie
- Parameters:
name
- name of the cookievalue
- the value of the cookie
-
-
Method Details
-
getId
- Returns:
- the id of the cookie, used internally by Post to store the cookie in a hashtable.
-
getName
- Returns:
- the name of the cookie
-
getValue
- Returns:
- the value of the cookie
-
setDomain
- Parameters:
domain
- the domain of the cookie
-
getDomain
- Returns:
- the domain of the cookie
-
setPath
- Parameters:
path
- the path of the cookie
-
getPath
- Returns:
- the path of the cookie
-
toString
-