public static final class LBSessionCookieTime.Builder
extends java.lang.Object
LBSessionCookieTime.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LBSessionCookieTime. |
| Modifier and Type | Method and Description |
|---|---|
LBSessionCookieTime |
build() |
LBSessionCookieTime.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.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.
|
public Builder()
LBSessionCookieTime.public LBSessionCookieTime.Builder setCookieMaxIdle(java.lang.Long cookieMaxIdle)
cookieMaxIdle - New value for the property.public LBSessionCookieTime.Builder setCookieMaxLife(java.lang.Long cookieMaxLife)
cookieMaxLife - New value for the property.public LBSessionCookieTime build()