Class SokletHttpSessionContext
java.lang.Object
com.soklet.servlet.javax.SokletHttpSessionContext
- All Implemented Interfaces:
HttpSessionContext
@Immutable
@Deprecated
public final class SokletHttpSessionContext
extends Object
implements HttpSessionContext
Deprecated.
Soklet integration implementation of
HttpSessionContext.
Note that HttpSessionContext is deprecated, so this implementation is as well.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptiongetIds()Deprecated.getSession(String sessionId) Deprecated.static SokletHttpSessionContextDeprecated.
-
Method Details
-
withDefaults
Deprecated. -
getSession
Deprecated.- Specified by:
getSessionin interfaceHttpSessionContext
-
getIds
Deprecated.- Specified by:
getIdsin interfaceHttpSessionContext
-