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 Details

    • UnwrapSessionAction

      public UnwrapSessionAction(javax.servlet.http.HttpSession session)
  • Method Details

    • run

      public io.undertow.server.session.Session run()
      Specified by:
      run in interface PrivilegedAction<io.undertow.server.session.Session>