public class StickySessions extends Base
| Constructor and Description |
|---|
StickySessions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCookieName() |
java.lang.Integer |
getCookieTtlInSeconds() |
StickySessionType |
getType() |
void |
setCookieName(java.lang.String cookieName) |
void |
setCookieTtlInSeconds(java.lang.Integer cookieTtlInSeconds) |
void |
setType(StickySessionType type) |
java.lang.String |
toString() |
getLinks, getMeta, setLinks, setMetagetRateLimit, setRateLimitpublic StickySessionType getType()
public void setType(StickySessionType type)
type - the type to setpublic java.lang.String getCookieName()
public void setCookieName(java.lang.String cookieName)
cookieName - the cookie name to setpublic java.lang.Integer getCookieTtlInSeconds()
public void setCookieTtlInSeconds(java.lang.Integer cookieTtlInSeconds)
cookieTtlInSeconds - the cookie TTL in seconds to set
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.