|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.util.rmitunneling.CookieUtilities
| Field Summary | |
static java.util.Map |
cookie
|
| Constructor Summary | |
CookieUtilities()
|
|
| Method Summary | |
static void |
retrieveCookies(java.net.URLConnection connection)
|
static void |
setCookies(java.net.URLConnection conn)
Prior to opening a URLConnection, calling this method will set all unexpired cookies that match the path or subpaths for thi underlying URL The connection MUST NOT have been opened method or an IOException will be thrown. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.util.Map cookie
| Constructor Detail |
public CookieUtilities()
| Method Detail |
public static void retrieveCookies(java.net.URLConnection connection)
public static void setCookies(java.net.URLConnection conn)
throws java.lang.Exception
conn - a java.net.URLConnection - must NOT be open, or IOException will be thrown
java.io.IOException - Thrown if conn has already been opened.
java.lang.Exception
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||