public class SessionInformations extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionInformations.SessionAttribute
Attribut de session.
|
| Constructor and Description |
|---|
SessionInformations(HttpSession session,
boolean includeAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAge() |
int |
getAttributeCount() |
List<SessionInformations.SessionAttribute> |
getAttributes() |
String |
getBrowser() |
String |
getCountry() |
String |
getCountryDisplay() |
Date |
getExpirationDate() |
String |
getId() |
Date |
getLastAccess() |
String |
getOs() |
String |
getRemoteAddr() |
String |
getRemoteUser() |
int |
getSerializedSize() |
boolean |
isSerializable() |
String |
toString() |
public SessionInformations(HttpSession session, boolean includeAttributes)
public String getId()
public Date getLastAccess()
public Date getAge()
public Date getExpirationDate()
public int getAttributeCount()
public boolean isSerializable()
public String getCountry()
public String getCountryDisplay()
public String getRemoteAddr()
public String getBrowser()
public String getOs()
public String getRemoteUser()
public int getSerializedSize()
public List<SessionInformations.SessionAttribute> getAttributes()
Copyright © 2008–2021 Emeric Vernat. All rights reserved.