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