|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MalformedCookieException | |
---|---|
com.sonalb.net.http | Contains classes related to the Hyper Text Transport Protocol (HTTP) |
com.sonalb.net.http.cookie | [jCookie] Contains classes related to state management (cookie-handling) using HTTP. |
Uses of MalformedCookieException in com.sonalb.net.http |
---|
Methods in com.sonalb.net.http that throw MalformedCookieException | |
---|---|
void |
HTTPRedirectHandler.connect()
Connects to initial HttpURLConnection (specified during construction), and initiates cookie-handling and redirect-handling. |
Uses of MalformedCookieException in com.sonalb.net.http.cookie |
---|
Methods in com.sonalb.net.http.cookie that throw MalformedCookieException | |
---|---|
CookieJar |
Client.getCookies(java.net.URLConnection urlConn)
Processes cookie headers from the given URLConnection. |
static boolean |
RFC2965CookieParser.isRFC2965CookieString(java.lang.String c)
Determines whether a cookie string is for Version 0 or Version 1 cookie. |
CookieJar |
RFC2965CookieParser.parseCookies(Header header,
java.net.URL url)
|
CookieJar |
CookieParser.parseCookies(Header h,
java.net.URL url)
Converts the headers in an HTTP response into a CookieJar
of Cookie objects. |
static CookieJar |
RFC2965CookieParser.parseSetCookieV0(Header responseHeader,
java.net.URL url,
boolean bStrict)
Parses headers into Version 1 Cookies. |
static CookieJar |
RFC2965CookieParser.parseSetCookieV1(Header responseHeader,
java.net.URL url,
boolean bStrict)
Parses headers into Version 1 Cookies. |
static Cookie |
RFC2965CookieParser.parseSingleCookieV0(java.lang.String s,
java.net.URL url,
boolean bStrict)
Converts a single cookie-string into a Cookie object, for Version 0 |
static Cookie |
RFC2965CookieParser.parseSingleCookieV1(java.lang.String s,
java.net.URL url,
boolean bStrict)
Converts a single cookie-string into a Cookie object, for Version 1 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |