Class DetachableHttpSession
java.lang.Object
org.wildfly.clustering.session.container.servlet.AbstractHttpSession
org.wildfly.clustering.session.container.servlet.DetachableHttpSession
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
A detachable
HttpSession facade.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) longgetId()longintjakarta.servlet.ServletContextvoidbooleanisNew()voidremoveAttribute(String name) voidsetAttribute(String name, Object value) voidsetMaxInactiveInterval(int interval) Methods inherited from class AbstractHttpSession
equals, hashCode, toString
-
Method Details
-
getId
-
getServletContext
public jakarta.servlet.ServletContext getServletContext() -
isNew
public boolean isNew() -
getCreationTime
public long getCreationTime() -
getLastAccessedTime
public long getLastAccessedTime() -
getMaxInactiveInterval
public int getMaxInactiveInterval() -
setMaxInactiveInterval
public void setMaxInactiveInterval(int interval) -
getAttribute
-
getAttributeNames
-
setAttribute
-
removeAttribute
-
invalidate
public void invalidate()
-