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 Constructor Description UnwrapSessionAction(jakarta.servlet.http.HttpSession session)
-
-
-
Method Detail
-
run
public io.undertow.server.session.Session run()
- Specified by:
runin interfacePrivilegedAction<io.undertow.server.session.Session>
-
-