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