Package org.eclipse.jetty.gcloud.session
Class GCloudSessionDataStore.ExpiryInfo
java.lang.Object
org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
- Enclosing class:
GCloudSessionDataStore
ExpiryInfo
Information related to session expiry
-
Constructor Summary
ConstructorDescriptionExpiryInfo
(String id, String lastNode, long expiry, String contextPath, String vhost) -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
getVhost()
void
setContextPath
(String contextPath) void
-
Constructor Details
-
ExpiryInfo
- Parameters:
id
- session idlastNode
- last node id to manage the sessionexpiry
- timestamp of expirycontextPath
- context path for sessionvhost
- vhost of context for session
-
-
Method Details
-
getId
- Returns:
- the id
-
getLastNode
- Returns:
- the lastNode
-
getExpiry
public long getExpiry()- Returns:
- the expiry time
-
getContextPath
-
setContextPath
-
getVhost
-
setVhost
-