Package com.ptc.http.cookies
Class CookieHandlerInstaller
java.lang.Object
com.ptc.http.cookies.CookieHandlerInstaller
Simple utility to install a default
Supported API: true
Extendable: false
CookieHandler if none
is already installed. The resulting CookieHandler will accept Java servlet
session cookies in particular.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidInstalls our defaultCookieHandlerif no default CookieHandler is currently set.
-
Method Details
-
ensureHandler
public static void ensureHandler()Installs our defaultCookieHandlerif no default CookieHandler is currently set.
Supported API: true
-