Class SessionInformations
java.lang.Object
net.bull.javamelody.internal.model.SessionInformations
- All Implemented Interfaces:
Serializable
Informations sur une session http.
L'état d'une instance est initialisé à son instanciation et non mutable;
il est donc de fait thread-safe.
Cet état est celui d'une session http à un instant t.
Les instances sont sérialisables pour pouvoir être transmises au serveur de collecte.
- Author:
- Emeric Vernat
- See Also:
-
Constructor Details
-
SessionInformations
-
-
Method Details
-
getId
-
getLastAccess
-
getAge
-
getExpirationDate
-
getAttributeCount
public int getAttributeCount() -
isSerializable
public boolean isSerializable() -
getCountry
-
getCountryDisplay
-
getRemoteAddr
-
getBrowser
-
getOs
-
getRemoteUser
-
getSerializedSize
public int getSerializedSize() -
getAttributes
-
toString
-