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.Session
public long getCreationTime()
getCreationTime
in interface io.undertow.server.session.Session
public long getLastAccessedTime()
getLastAccessedTime
in interface io.undertow.server.session.Session
public int getMaxInactiveInterval()
getMaxInactiveInterval
in interface io.undertow.server.session.Session
public Object getAttribute(String name)
getAttribute
in interface io.undertow.server.session.Session
Copyright © 2014 JBoss by Red Hat. All rights reserved.