Package org.apache.cxf.transport.http
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 Summary
Constructors Constructor Description HTTPSession(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object key)javax.servlet.http.HttpSessiongetSession()voidput(Object key, Object value)
-