Package | Description |
---|---|
ratpack.session |
Objects for providing
Session support. |
Modifier and Type | Method and Description |
---|---|
static SessionId |
SessionId.constant(io.netty.util.AsciiString value)
A session ID that always returns the same value.
|
static SessionId |
SessionId.empty()
A session ID that is always empty.
|