public abstract class AbstractDistributableSession<S extends ImmutableSession> extends Object implements io.undertow.server.session.Session
| Constructor and Description |
|---|
AbstractDistributableSession() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
protected abstract S |
getSession()
Returns a reference to the delegate session.
|
protected abstract S getSession()
public String getId()
getId in interface io.undertow.server.session.Sessionpublic long getCreationTime()
getCreationTime in interface io.undertow.server.session.Sessionpublic long getLastAccessedTime()
getLastAccessedTime in interface io.undertow.server.session.Sessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval in interface io.undertow.server.session.Sessionpublic Object getAttribute(String name)
getAttribute in interface io.undertow.server.session.SessionCopyright © 2014 JBoss by Red Hat. All rights reserved.