public interface Session
Modifier and Type | Method and Description |
---|---|
<T> T |
attribute(String name) |
void |
attribute(String name,
Object value) |
Map<String,Object> |
attributes() |
long |
created() |
long |
expired() |
String |
id() |
void |
removeAttribute(String name) |
Copyright © 2017. All rights reserved.