Package io.undertow.servlet.api
Interface SessionConfigWrapper
-
public interface SessionConfigWrapper
A class that allows the SessionConfig to be wrapped. This is generally used to append JVM route information to the session ID in clustered environments.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.undertow.server.session.SessionConfig
wrap(io.undertow.server.session.SessionConfig sessionConfig, Deployment deployment)
-
-
-
Method Detail
-
wrap
io.undertow.server.session.SessionConfig wrap(io.undertow.server.session.SessionConfig sessionConfig, Deployment deployment)
-
-