Package io.undertow.server.session
Interface SessionReference
- All Known Subinterfaces:
Session
public interface SessionReference
Encapsulates a reference to a session.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the unique identifier of the referenced session.Returns the session manager of the referenced session.
-
Method Details
-
getId
String getId()Returns the unique identifier of the referenced session.- Returns:
- the unique identifier of the referenced session.
-
getSessionManager
SessionManager getSessionManager()Returns the session manager of the referenced session.- Returns:
- the session manager of the referenced session.
-