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

    Modifier and Type
    Method
    Description
    io.undertow.server.session.SessionConfig
    wrap(io.undertow.server.session.SessionConfig sessionConfig, Deployment deployment)
     
  • Method Details

    • wrap

      io.undertow.server.session.SessionConfig wrap(io.undertow.server.session.SessionConfig sessionConfig, Deployment deployment)