|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ cookies overview ] | PREV NEXT | ||||||||
A
- ACCEPTED - Static variable in interface com.meterware.httpunit.cookies.CookieListener
- Indicates that the cookie was accepted.
- acceptCookie(Cookie) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- acceptHost(String, String) - Static method in class com.meterware.httpunit.cookies.Cookie
- acceptPath(String, String) - Method in class com.meterware.httpunit.cookies.Cookie
- addCookie(String, String) - Method in class com.meterware.httpunit.cookies.CookieJar
- Deprecated. as of 1.6, use #putCookie
- addCookieIfValid(Cookie) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- addCookieListener(CookieListener) - Static method in class com.meterware.httpunit.cookies.CookieProperties
- Adds a listener for cookie events.
- addToken(String, char) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- addTokenWithEqualsSign(CookieJar.CookieRecipe, String, int) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- addUniqueCookie(Cookie) - Method in class com.meterware.httpunit.cookies.CookieJar
- Add the cookie to this jar, replacing any previous matching cookie.
C
- Cookie - class com.meterware.httpunit.cookies.Cookie.
- An HTTP client-side cookie.
- Cookie(String, String) - Constructor for class com.meterware.httpunit.cookies.Cookie
- Constructs a cookie w/o any domain or path restrictions.
- Cookie(String, String, Map) - Constructor for class com.meterware.httpunit.cookies.Cookie
- CookieJar - class com.meterware.httpunit.cookies.CookieJar.
- A collection of HTTP cookies, which can interact with cookie and set-cookie header values.
- CookieJar() - Constructor for class com.meterware.httpunit.cookies.CookieJar
- Creates an empty cookie jar.
- CookieJar(CookieSource) - Constructor for class com.meterware.httpunit.cookies.CookieJar
- Creates a cookie jar which is initially populated with cookies parsed from the
Set-CookieandSet-Cookie2header fields. - CookieJar.CookiePress - class com.meterware.httpunit.cookies.CookieJar.CookiePress.
- CookieJar.CookiePress(URL) - Constructor for class com.meterware.httpunit.cookies.CookieJar.CookiePress
- CookieJar.CookieRecipe - class com.meterware.httpunit.cookies.CookieJar.CookieRecipe.
- CookieJar.CookieRecipe() - Constructor for class com.meterware.httpunit.cookies.CookieJar.CookieRecipe
- CookieJar.RFC2109CookieRecipe - class com.meterware.httpunit.cookies.CookieJar.RFC2109CookieRecipe.
- Parses cookies according to
RFC 2109
These cookies come from theSet-Cookie:header - CookieJar.RFC2109CookieRecipe() - Constructor for class com.meterware.httpunit.cookies.CookieJar.RFC2109CookieRecipe
- CookieJar.RFC2965CookieRecipe - class com.meterware.httpunit.cookies.CookieJar.RFC2965CookieRecipe.
- Parses cookies according to
RFC 2965
These cookies come from theSet-Cookie2:header - CookieJar.RFC2965CookieRecipe() - Constructor for class com.meterware.httpunit.cookies.CookieJar.RFC2965CookieRecipe
- CookieListener - interface com.meterware.httpunit.cookies.CookieListener.
- An interface for classes which can listen for cookies being rejected and the reason.
- CookieProperties - class com.meterware.httpunit.cookies.CookieProperties.
- Controls behavior for cookies.
- CookieProperties() - Constructor for class com.meterware.httpunit.cookies.CookieProperties
- CookieSource - interface com.meterware.httpunit.cookies.CookieSource.
- This interface represents a source from which to parse out cookies.
- clear() - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- clear() - Method in class com.meterware.httpunit.cookies.CookieJar
- Empties this cookie jar of all contents.
- com.meterware.httpunit.cookies - package com.meterware.httpunit.cookies
- cookieRejected(String, int, String) - Method in interface com.meterware.httpunit.cookies.CookieListener
- Invoked when a cookie is rejected by HttpUnit.
D
- DEFAULT_HEADER_SIZE - Static variable in class com.meterware.httpunit.cookies.CookieJar
- DOMAIN_NOT_SOURCE_SUFFIX - Static variable in interface com.meterware.httpunit.cookies.CookieListener
- Indicates that the domain attribute is not a suffix of the source domain issuing the cookie.
- DOMAIN_ONE_DOT - Static variable in interface com.meterware.httpunit.cookies.CookieListener
- Indicates that the domain attribute has only one dot.
- DOMAIN_TOO_MANY_LEVELS - Static variable in interface com.meterware.httpunit.cookies.CookieListener
- Indicates that the source domain has an extra dot beyond those defined in the domain attribute.
E
- equalProperties(String, String) - Method in class com.meterware.httpunit.cookies.Cookie
- equals(Object) - Method in class com.meterware.httpunit.cookies.Cookie
- equals(Cookie) - Method in class com.meterware.httpunit.cookies.Cookie
F
- findCookies(String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookieRecipe
- Extracts cookies from a cookie header.
- findCookies(String[], CookieJar.CookieRecipe) - Method in class com.meterware.httpunit.cookies.CookieJar
G
- getAgeInMsec(String) - Method in class com.meterware.httpunit.cookies.Cookie
- getCookie(String) - Method in class com.meterware.httpunit.cookies.CookieJar
- Returns the value of the specified cookie.
- getCookieHeaderField(URL) - Method in class com.meterware.httpunit.cookies.CookieJar
- Returns the value of the cookie header to be sent to the specified URL.
- getCookieNames() - Method in class com.meterware.httpunit.cookies.CookieJar
- Returns the name of all the active cookies in this cookie jar.
- getCookieTokens(String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookieRecipe
- Tokenizes a cookie header and returns the tokens in a
Vector. - getCookieValue(String) - Method in class com.meterware.httpunit.cookies.CookieJar
- Returns the value of the specified cookie.
- getCookies() - Method in class com.meterware.httpunit.cookies.CookieJar
- Returns a collection containing all of the cookies in this jar.
- getDomain() - Method in class com.meterware.httpunit.cookies.Cookie
- Returns the domain to which this cookie may be sent.
- getDomainAttributeStatus(String, String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- getEqualsIndex(String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookieRecipe
- Returns the index (if any) of the equals sign separating a cookie name from the its value.
- getHeaderFields(String) - Method in interface com.meterware.httpunit.cookies.CookieSource
- Returns the values for the specified header field.
- getName() - Method in class com.meterware.httpunit.cookies.Cookie
- Returns the name of this cookie.
- getParentPath(String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- getPath() - Method in class com.meterware.httpunit.cookies.Cookie
- Returns the path to which this cookie is restricted.
- getPathAttributeStatus(String, String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- getURL() - Method in interface com.meterware.httpunit.cookies.CookieSource
- Returns the URL which invoked this response.
- getValue() - Method in class com.meterware.httpunit.cookies.Cookie
- Returns the value associated with this cookie.
H
- hashCode() - Method in class com.meterware.httpunit.cookies.Cookie
I
- isCookieAttribute(String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookieRecipe
- isCookieAttribute(String) - Method in class com.meterware.httpunit.cookies.CookieJar.RFC2109CookieRecipe
- isCookieAttribute(String) - Method in class com.meterware.httpunit.cookies.CookieJar.RFC2965CookieRecipe
- isCookieReservedWord(String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookieRecipe
- isCookieReservedWord(String) - Method in class com.meterware.httpunit.cookies.CookieJar.RFC2109CookieRecipe
- isCookieReservedWord(String) - Method in class com.meterware.httpunit.cookies.CookieJar.RFC2965CookieRecipe
- isDomainMatchingStrict() - Static method in class com.meterware.httpunit.cookies.CookieProperties
- Returns true (the default) if cookies should be rejected if they specify a domain which is not a suffix of the host domain or does not contain all of the dots in that host domain name (see RFC2965).
- isPathMatchingStrict() - Static method in class com.meterware.httpunit.cookies.CookieProperties
- Returns true (the default) if cookies should be rejected if they specify a path which is not a prefix of the request path (see RFC2965).
L
- lastCharOf(String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookieRecipe
M
- mayBeSentTo(URL) - Method in class com.meterware.httpunit.cookies.Cookie
P
- PATH_NOT_PREFIX - Static variable in interface com.meterware.httpunit.cookies.CookieListener
- Indicates that the source path does not begin with the path attribute.
- putCookie(String, String) - Method in class com.meterware.httpunit.cookies.CookieJar
- Defines a cookie to be sent to the server on every request.
R
- reportCookieRejected(int, String, String) - Method in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- reportCookieRejected(int, String, String) - Static method in class com.meterware.httpunit.cookies.CookieProperties
- reset() - Static method in class com.meterware.httpunit.cookies.CookieProperties
S
- setDomain(String) - Method in class com.meterware.httpunit.cookies.Cookie
- setDomainMatchingStrict(boolean) - Static method in class com.meterware.httpunit.cookies.CookieProperties
- Specifies whether strict domain name matching must be followed.
- setPath(String) - Method in class com.meterware.httpunit.cookies.Cookie
- setPathMatchingStrict(boolean) - Static method in class com.meterware.httpunit.cookies.CookieProperties
- Specifies whether strict path name matching must be followed.
U
- updateCookies(CookieJar) - Method in class com.meterware.httpunit.cookies.CookieJar
- Updates the cookies maintained in this cookie jar with those in another cookie jar.
_
- _attributes - Variable in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- _cookies - Variable in class com.meterware.httpunit.cookies.CookieJar
- _domain - Variable in class com.meterware.httpunit.cookies.Cookie
- _domainMatchingStrict - Static variable in class com.meterware.httpunit.cookies.CookieProperties
- If true, domain matching follows the spec.
- _expiredTime - Variable in class com.meterware.httpunit.cookies.Cookie
- _globalCookies - Variable in class com.meterware.httpunit.cookies.CookieJar
- _listeners - Static variable in class com.meterware.httpunit.cookies.CookieProperties
- A collection of listeners for cookie events.
- _name - Variable in class com.meterware.httpunit.cookies.Cookie
- _path - Variable in class com.meterware.httpunit.cookies.Cookie
- _pathMatchingStrict - Static variable in class com.meterware.httpunit.cookies.CookieProperties
- If true, path matching follows the spec.
- _press - Variable in class com.meterware.httpunit.cookies.CookieJar
- _sourceURL - Variable in class com.meterware.httpunit.cookies.CookieJar.CookiePress
- _value - Variable in class com.meterware.httpunit.cookies.Cookie
- _value - Variable in class com.meterware.httpunit.cookies.CookieJar.CookiePress
A C D E F G H I L M P R S U _
|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ cookies overview ] | PREV NEXT | ||||||||