Package ratpack.session
Interface SessionIdGenerator
-
public interface SessionIdGenerator
Strategy interface for generating unique session ids.The
SessionModule
provides a default implementation based onUUID
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.util.AsciiString
generateSessionId()
Generates a new identifier to be used as a session id.
-