CookieUtil

public final classCookieUtilextendsObject

Helper class to build the cookie String from the given fields.

Public Method Summary

staticString
getCookieUrl(Stringdomain, Boolean isSecure)
staticString
getCookieValue(Stringname, String value,Stringdomain, String path,Boolean isHttpOnly,BooleanisSecure, LongmaxAge)

Inherited Method Summary

Public Methods

public staticStringgetCookieUrl(Stringdomain,Boolean isSecure)

public staticStringgetCookieValue(Stringname,Stringvalue,Stringdomain,Stringpath,BooleanisHttpOnly,BooleanisSecure,LongmaxAge)