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
  • Method Details

    • ensureHandler

      public static void ensureHandler()
      Installs our default CookieHandler if no default CookieHandler is currently set.

      Supported API: true