Class HTTPSession

java.lang.Object
org.apache.cxf.transport.http.HTTPSession
All Implemented Interfaces:
org.apache.cxf.transport.Session

public class HTTPSession extends Object implements org.apache.cxf.transport.Session
A session implementation bound to HTTP.
  • Constructor Details

    • HTTPSession

      public HTTPSession(jakarta.servlet.http.HttpServletRequest request)
  • Method Details

    • get

      public Object get(Object key)
      Specified by:
      get in interface org.apache.cxf.transport.Session
    • put

      public void put(Object key, Object value)
      Specified by:
      put in interface org.apache.cxf.transport.Session
    • getSession

      public jakarta.servlet.http.HttpSession getSession()