Package io.undertow.servlet.api
Interface SessionConfigWrapper
-
public interface SessionConfigWrapperA 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 SessionConfigwrap(SessionConfig sessionConfig, Deployment deployment)
-
-
-
Method Detail
-
wrap
SessionConfig wrap(SessionConfig sessionConfig, Deployment deployment)
-
-