Class OHttpSession
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.OHttpSession
Handles session information.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOHttpSession(String iId, String iDatabaseName, String iUserName, String iUserPassword) -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getParameter(Object iKey) getParameters(Object iKey) longsetParameter(Object iKey, Object iValue)
-
Constructor Details
-
OHttpSession
-
-
Method Details
-
getCreatedOn
public long getCreatedOn() -
getUpdatedOn
public long getUpdatedOn() -
updateLastUpdatedOn
-
getParameters
-
getParameter
-
setParameter
-
getDatabaseName
-
getUserName
-
getUserPassword
-
getId
-