public interface HttpSessionIdEncoder
Session IDs so they are represented in the response.| Modifier and Type | Method and Description |
|---|---|
void |
encodeId(io.micronaut.http.HttpRequest<?> request,
io.micronaut.http.MutableHttpResponse<?> response,
Session session)
Encode the given Session into the response.
|
void encodeId(io.micronaut.http.HttpRequest<?> request,
io.micronaut.http.MutableHttpResponse<?> response,
Session session)
request - The requestresponse - The responsesession - The session