Uses of Class
com.vmware.nsx_policy.model.LBSessionCookieTime.Builder
-
Packages that use LBSessionCookieTime.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of LBSessionCookieTime.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LBSessionCookieTime.Builder Modifier and Type Method Description LBSessionCookieTime.BuilderLBSessionCookieTime.Builder. setCookieMaxIdle(java.lang.Long cookieMaxIdle)Instead of using HTTP Cookie max-age and relying on client to expire the cookie, max idle time and/or max lifetime of the cookie can be used.LBSessionCookieTime.BuilderLBSessionCookieTime.Builder. setCookieMaxLife(java.lang.Long cookieMaxLife)Max life time, if configured, specifies the maximum interval the cookie is valid for from the first time the cookie was seen in a request.
-