Class AbstractHttpSession

java.lang.Object
org.wildfly.clustering.tomcat.catalina.AbstractHttpSession
All Implemented Interfaces:
javax.servlet.http.HttpSession
Direct Known Subclasses:
HttpSessionAdapter

public abstract class AbstractHttpSession extends Object implements javax.servlet.http.HttpSession
Implements deprecated methods, as well as equals(Object), hashCode(), and toString().
Author:
Paul Ferraro
  • Constructor Details

    • AbstractHttpSession

      public AbstractHttpSession()
  • Method Details

    • getValueNames

      @Deprecated public String[] getValueNames()
      Deprecated.
      Specified by:
      getValueNames in interface javax.servlet.http.HttpSession
    • getValue

      @Deprecated public Object getValue(String name)
      Deprecated.
      Specified by:
      getValue in interface javax.servlet.http.HttpSession
    • putValue

      @Deprecated public void putValue(String name, Object value)
      Deprecated.
      Specified by:
      putValue in interface javax.servlet.http.HttpSession
    • removeValue

      @Deprecated public void removeValue(String name)
      Deprecated.
      Specified by:
      removeValue in interface javax.servlet.http.HttpSession
    • getSessionContext

      @Deprecated public javax.servlet.http.HttpSessionContext getSessionContext()
      Deprecated.
      Specified by:
      getSessionContext in interface javax.servlet.http.HttpSession
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object