com.ptc.http.cookies
Class CookieHandlerInstaller

java.lang.Object
  extended by 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 Summary
static void ensureHandler()
          Installs a default CookieHandler if no default CookieHandler is currently set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ensureHandler

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

Supported API: true