com.ptc.http.cookies
Class CookieHandlerInstaller
java.lang.Object
com.ptc.http.cookies.CookieHandlerInstaller
public final class CookieHandlerInstaller
- extends Object
Simple utility to install a default CookieHandler if none
is already installed. The resulting CookieHandler will accept Java servlet
session cookies in particular.
Supported API: true
Extendable: false
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ensureHandler
public static void ensureHandler()
- Installs a default
CookieHandler if no default
CookieHandler is currently set.
Supported API: true