Class FakeHttpSession

java.lang.Object
org.atmosphere.util.FakeHttpSession
All Implemented Interfaces:
HttpSession

public class FakeHttpSession extends Object implements HttpSession
A lightweight HttpSession implementation backed by a ConcurrentHashMap. Used when a real HTTP session is not available, such as during WebSocket-only communication.