|
|||||||||
| Home >> All >> com >> sonalb >> net >> http >> [ cookie overview ] | PREV NEXT | ||||||||
A
- add(Object) - Method in class com.sonalb.net.http.cookie.CookieJar
- addAll(Collection) - Method in class com.sonalb.net.http.cookie.CookieJar
- allowedCookie(Cookie, URL) - Method in interface com.sonalb.net.http.cookie.CookieParser
- Checks whether a request to the given URL is allowed to return the specified Cookie.
- allowedCookie(Cookie, URL) - Method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- allowedCookie(Cookie, URL, boolean) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
B
- bExplicitDomain - Variable in class com.sonalb.net.http.cookie.Cookie
- bExplicitExpires - Variable in class com.sonalb.net.http.cookie.Cookie
- bExplicitMaxage - Variable in class com.sonalb.net.http.cookie.Cookie
- bExplicitPath - Variable in class com.sonalb.net.http.cookie.Cookie
- bExplicitPort - Variable in class com.sonalb.net.http.cookie.Cookie
- bPortListSpecified - Variable in class com.sonalb.net.http.cookie.Cookie
C
- CVSID - Static variable in class com.sonalb.net.http.cookie.Client
- CVSID - Static variable in class com.sonalb.net.http.cookie.Cookie
- CVSID - Static variable in class com.sonalb.net.http.cookie.CookieJar
- CVSID - Static variable in class com.sonalb.net.http.cookie.CookieUtils
- CVSID - Static variable in class com.sonalb.net.http.cookie.MalformedCookieException
- CVSID - Static variable in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Client - class com.sonalb.net.http.cookie.Client.
- This class is used to invoke the cookie-handling logic of the jCookie Library.
- Client() - Constructor for class com.sonalb.net.http.cookie.Client
- Constructs an instance using the default CookieParser
- Cookie - class com.sonalb.net.http.cookie.Cookie.
- The data structure representing a cookie.
- Cookie(String, String, String, String) - Constructor for class com.sonalb.net.http.cookie.Cookie
- Creates cookie instance.
- Cookie(String, String, URL) - Constructor for class com.sonalb.net.http.cookie.Cookie
- Creates cookie instance.
- Cookie(String, String, String, String, URL) - Constructor for class com.sonalb.net.http.cookie.Cookie
- Cookie() - Constructor for class com.sonalb.net.http.cookie.Cookie
- CookieJar - class com.sonalb.net.http.cookie.CookieJar.
- Container for
Cookieobjects. - CookieJar() - Constructor for class com.sonalb.net.http.cookie.CookieJar
- Creates an empty CookieJar.
- CookieJar(Collection) - Constructor for class com.sonalb.net.http.cookie.CookieJar
- Creates a CookieJar, and populates it with Cookies from input Collection.
- CookieJar(int, int) - Constructor for class com.sonalb.net.http.cookie.CookieJar
- CookieMatcher - interface com.sonalb.net.http.cookie.CookieMatcher.
- Allows custom matching of Cookies.
- CookieParser - interface com.sonalb.net.http.cookie.CookieParser.
- Interface definition for cookie-parsing and specification implementations.
- CookieUtils - class com.sonalb.net.http.cookie.CookieUtils.
- Provides utility functions for internal consumption.
- CookieUtils() - Constructor for class com.sonalb.net.http.cookie.CookieUtils
- clear() - Method in class com.sonalb.net.http.cookie.CookieJar
- clone() - Method in class com.sonalb.net.http.cookie.Cookie
- com.sonalb.net.http.cookie - package com.sonalb.net.http.cookie
- Contains classes related to the Hyper Text Transport Protocol (HTTP)
- comment - Variable in class com.sonalb.net.http.cookie.Cookie
- commentURL - Variable in class com.sonalb.net.http.cookie.Cookie
- compareTo(Object) - Method in class com.sonalb.net.http.cookie.Cookie
- Compares one Cookie with another.
- contains(Object) - Method in class com.sonalb.net.http.cookie.CookieJar
- containsAll(Collection) - Method in class com.sonalb.net.http.cookie.CookieJar
- countTheDots(String) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- currentCookieParser - Variable in class com.sonalb.net.http.cookie.Client
D
- defaultCookieParser - Static variable in class com.sonalb.net.http.cookie.Client
- discard - Variable in class com.sonalb.net.http.cookie.Cookie
- doMatch(Cookie) - Method in interface com.sonalb.net.http.cookie.CookieMatcher
- Checks whether the given Cookie satisfies the custom criteria.
- domain - Variable in class com.sonalb.net.http.cookie.Cookie
- domainMatch(URL, String) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Performs "domain matching" of URL host/domain to cookie domain, for Version 1 cookies as specified by RFC 2965.
E
- equals(Object) - Method in class com.sonalb.net.http.cookie.Cookie
- Checks whether two cookies are equal.
- expires - Variable in class com.sonalb.net.http.cookie.Cookie
- explicitDomain() - Method in class com.sonalb.net.http.cookie.Cookie
- explicitExpires() - Method in class com.sonalb.net.http.cookie.Cookie
- explicitMaxage() - Method in class com.sonalb.net.http.cookie.Cookie
- explicitPath() - Method in class com.sonalb.net.http.cookie.Cookie
- explicitPort() - Method in class com.sonalb.net.http.cookie.Cookie
G
- getCode() - Method in class com.sonalb.net.http.cookie.MalformedCookieException
- getComment() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the comment for this cookie.
- getCommentURL() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the comment URL for this cookie.
- getCookieHeaders(CookieJar) - Method in interface com.sonalb.net.http.cookie.CookieParser
- Converts the
Cookies in theCookieJarto a set of headers suitable to be sent along with an HTTP request. - getCookieHeaders(CookieJar) - Method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- getCookieIndex(Cookie) - Method in class com.sonalb.net.http.cookie.CookieJar
- getCookieParser() - Method in class com.sonalb.net.http.cookie.Client
- Gets the
CookieParserimplementation being used in this instance. - getCookies(URLConnection) - Method in class com.sonalb.net.http.cookie.Client
- Processes cookie headers from the given URLConnection.
- getCookies(URLConnection, URL) - Method in class com.sonalb.net.http.cookie.Client
- getCookies(Header, URL) - Method in class com.sonalb.net.http.cookie.Client
- getCookies(CookieMatcher) - Method in class com.sonalb.net.http.cookie.CookieJar
- Gets all Cookies that match the given CookieMatcher.
- getCookies(String) - Method in class com.sonalb.net.http.cookie.CookieJar
- Gets all Cookies with the given name.
- getCookiesForURL(CookieJar, CookieParser, URL, boolean) - Static method in class com.sonalb.net.http.cookie.CookieUtils
- Picks out the
Cookies in aCookieJarthat are eligible to be sent with a request to a particularURL. - getDefaultCookieParser() - Static method in class com.sonalb.net.http.cookie.Client
- Returns the built-in
CookieParserimplementation. - getDomain() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the domain in which this cookie is valid.
- getExpires() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the date-time when this cookie expires.
- getMaxAge() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the amount of time this Cookie is valid, measured in seconds from the time the value was set.
- getName() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the name of this cookie.
- getPath() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the path for this cookie.
- getPortList() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the list of ports to which this cookie can be sent.
- getValue() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the value of this cookie.
- getVersion() - Method in class com.sonalb.net.http.cookie.Cookie
- Gets the version of this Cookie.
- getVersionCookies(String) - Method in class com.sonalb.net.http.cookie.CookieJar
- Gets all Cookies having given version.
H
- hasExpired() - Method in class com.sonalb.net.http.cookie.Cookie
- Checks whether this cookie's lifetime has expired or not.
- hasExpired(Date) - Method in class com.sonalb.net.http.cookie.Cookie
- Checks whether this cookie's lifetime has expired or not.
I
- iNumCookies - Variable in class com.sonalb.net.http.cookie.CookieJar
- initializeFields() - Method in class com.sonalb.net.http.cookie.Cookie
- isDiscardable() - Method in class com.sonalb.net.http.cookie.Cookie
- Checks whether this cookie can be discarded once the session is over.
- isEmpty() - Method in class com.sonalb.net.http.cookie.CookieJar
- isRFC2965CookieString(String) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Determines whether a cookie string is for Version 0 or Version 1 cookie.
- isSecure() - Method in class com.sonalb.net.http.cookie.Cookie
- Checks whether this cookie will be sent over secure channels only.
- isValid() - Method in class com.sonalb.net.http.cookie.Cookie
- isWeekDay(String) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- iterator() - Method in class com.sonalb.net.http.cookie.CookieJar
L
- lockDiscard - Variable in class com.sonalb.net.http.cookie.Cookie
- lockMaxage - Variable in class com.sonalb.net.http.cookie.Cookie
- lockSecure - Variable in class com.sonalb.net.http.cookie.Cookie
- logger - Static variable in class com.sonalb.net.http.cookie.Client
- logger - Static variable in class com.sonalb.net.http.cookie.CookieJar
- logger - Static variable in class com.sonalb.net.http.cookie.RFC2965CookieParser
M
- MalformedCookieException - exception com.sonalb.net.http.cookie.MalformedCookieException.
- Indicates some problem caused by a bad or malformed cookie.
- MalformedCookieException() - Constructor for class com.sonalb.net.http.cookie.MalformedCookieException
- MalformedCookieException(String) - Constructor for class com.sonalb.net.http.cookie.MalformedCookieException
- MalformedCookieException(Exception) - Constructor for class com.sonalb.net.http.cookie.MalformedCookieException
- MalformedCookieException(String, Exception) - Constructor for class com.sonalb.net.http.cookie.MalformedCookieException
- MalformedCookieException(String, Exception, String, Object, String) - Constructor for class com.sonalb.net.http.cookie.MalformedCookieException
- MalformedCookieException(String, Object, String) - Constructor for class com.sonalb.net.http.cookie.MalformedCookieException
- MalformedCookieException(String, String, Object, String) - Constructor for class com.sonalb.net.http.cookie.MalformedCookieException
- maxage - Variable in class com.sonalb.net.http.cookie.Cookie
N
P
- parseCookies(Header, URL) - Method in interface com.sonalb.net.http.cookie.CookieParser
- Converts the headers in an HTTP response into a
CookieJarofCookieobjects. - parseCookies(Header, URL) - Method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- parseSetCookieV0(Header, URL, boolean) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Parses headers into Version 1 Cookies.
- parseSetCookieV1(Header, URL, boolean) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Parses headers into Version 1 Cookies.
- parseSingleCookieV0(String, URL, boolean) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Converts a single cookie-string into a Cookie object, for Version 0
- parseSingleCookieV1(String, URL, boolean) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Converts a single cookie-string into a Cookie object, for Version 1
- path - Variable in class com.sonalb.net.http.cookie.Cookie
- pathMatch(URL, String) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Performs "path matching" of URL to cookie path, as specified by RFC 2965.
- portList - Variable in class com.sonalb.net.http.cookie.Cookie
- portListSpecified() - Method in class com.sonalb.net.http.cookie.Cookie
- portMatch(URL, String) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Performs "port matching" of URL to cookie portlist, for Version 1 cookies, as specified by RFC 2965.
R
- RFC2965CookieParser - class com.sonalb.net.http.cookie.RFC2965CookieParser.
- Implementation for CookieParser that conforms to cookie specification RFC-2965.
- RFC2965CookieParser() - Constructor for class com.sonalb.net.http.cookie.RFC2965CookieParser
- remove(Object) - Method in class com.sonalb.net.http.cookie.CookieJar
- removeAll(Collection) - Method in class com.sonalb.net.http.cookie.CookieJar
- removeCookies(CookieMatcher) - Method in class com.sonalb.net.http.cookie.CookieJar
- Removes all cookies that match the given CookieMatcher.
- resetToDefaultCookieParser() - Method in class com.sonalb.net.http.cookie.Client
- Resets the
CookieParserimplementation to be used for this instance, to the default (built-in) implementation. - retainAll(Collection) - Method in class com.sonalb.net.http.cookie.CookieJar
S
- secure - Variable in class com.sonalb.net.http.cookie.Cookie
- sendCookieWithURL(Cookie, URL, boolean) - Method in interface com.sonalb.net.http.cookie.CookieParser
- Checks whether the given Cookie can be sent alongwith a request for the given URL.
- sendCookieWithURL(Cookie, URL, boolean) - Method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Determines whether a
Cookieis eligible to be sent alongwith the request for a givenURL. - setComment(String) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the comment for this cookie.
- setCommentURL(URL) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the comment URL for this cookie.
- setCookieParser(CookieParser) - Method in class com.sonalb.net.http.cookie.Client
- Sets the
CookieParserimplementation to be used in this instance. - setCookies(URLConnection, CookieJar) - Method in class com.sonalb.net.http.cookie.Client
- Sets cookie headers on the given URLConnection, using Cookies in the CookieJar.
- setDiscard(boolean) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the discard status of this cookie.
- setDomain(String, URL) - Method in class com.sonalb.net.http.cookie.Cookie
- setDomain(String) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the domain for this Cookie.
- setDomain(URL) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the domain for this Cookie.
- setExpires(Date) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the date-time when this cookie expires.
- setMaxAge(int, Date, boolean) - Method in class com.sonalb.net.http.cookie.Cookie
- setMaxAge(int) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the lifetime of this Cookie.
- setMaxAge(int, Date) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the lifetime of this Cookie.
- setName(String) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the Cookie name.
- setPath(String, URL) - Method in class com.sonalb.net.http.cookie.Cookie
- setPath(String) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the path for this Cookie.
- setPath(URL) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the path for this Cookie.
- setPort(int) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the port to which this cookie can be sent.
- setPort(URL) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the port to which this cookie can be sent.
- setPort(int, URL) - Method in class com.sonalb.net.http.cookie.Cookie
- setPortList(int[]) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the list of ports to which this Cookie can be sent.
- setSecure(boolean) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets whether this cookie should be sent only over secure channels.
- setValue(String) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the Cookie value.
- setVersion(String) - Method in class com.sonalb.net.http.cookie.Cookie
- Sets the Cookie version.
- size() - Method in class com.sonalb.net.http.cookie.CookieJar
- sortCookiesByPathSpecificity(CookieJar) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Sorts the
Cookies in the inputCookieJar, with the cookie having most specific path attribute first.
T
- tailMatch(URL, String) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Performs "tail matching" of URL host/domain to cookie domain, for Version 0 cookies as specified by Netscape's draft.
- theJar - Variable in class com.sonalb.net.http.cookie.CookieJar
- toArray() - Method in class com.sonalb.net.http.cookie.CookieJar
- toArray(Object[]) - Method in class com.sonalb.net.http.cookie.CookieJar
- toCookieHeaderForm(Cookie, boolean) - Static method in class com.sonalb.net.http.cookie.RFC2965CookieParser
- Converts a single Cookie to a form suitable for sending with a request, back to the server.
- toString() - Method in class com.sonalb.net.http.cookie.Cookie
- toString() - Method in class com.sonalb.net.http.cookie.CookieJar
V
- value - Variable in class com.sonalb.net.http.cookie.Cookie
- version - Variable in class com.sonalb.net.http.cookie.Cookie
A B C D E G H I L M N P R S T V
|
|||||||||
| Home >> All >> com >> sonalb >> net >> http >> [ cookie overview ] | PREV NEXT | ||||||||