Package io.undertow.servlet.spec
Class HttpSessionImpl.UnwrapSessionAction
java.lang.Object
io.undertow.servlet.spec.HttpSessionImpl.UnwrapSessionAction
- All Implemented Interfaces:
PrivilegedAction<io.undertow.server.session.Session>
- Enclosing class:
- HttpSessionImpl
public static class HttpSessionImpl.UnwrapSessionAction
extends Object
implements PrivilegedAction<io.undertow.server.session.Session>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnwrapSessionAction
public UnwrapSessionAction(javax.servlet.http.HttpSession session)
-
-
Method Details
-
run
public io.undertow.server.session.Session run()- Specified by:
run
in interfacePrivilegedAction<io.undertow.server.session.Session>
-