Class 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 Detail

      • HTTPSession

        public HTTPSession​(javax.servlet.http.HttpServletRequest request)
    • Method Detail

      • 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 javax.servlet.http.HttpSession getSession()