public interface SessionIdGenerator
The SessionModule
provides a default implementation based on UUID
.
Modifier and Type | Method and Description |
---|---|
io.netty.util.AsciiString |
generateSessionId()
Generates a new identifier to be used as a session id.
|