java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.OHttpSession

public class OHttpSession extends Object
Handles session information.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Constructor Details

  • Method Details

    • getCreatedOn

      public long getCreatedOn()
    • getUpdatedOn

      public long getUpdatedOn()
    • updateLastUpdatedOn

      public OHttpSession updateLastUpdatedOn()
    • getParameters

      public Object getParameters(Object iKey)
    • getParameter

      public Object getParameter(Object iKey)
    • setParameter

      public OHttpSession setParameter(Object iKey, Object iValue)
    • getDatabaseName

      public String getDatabaseName()
    • getUserName

      public String getUserName()
    • getUserPassword

      public String getUserPassword()
    • getId

      public String getId()