Interface | Description |
---|---|
ServerRequestCache |
Saves a
ServerHttpRequest so it can be "replayed" later. |
Class | Description |
---|---|
CookieServerRequestCache |
An implementation of
ServerRequestCache that saves the requested URI in a
cookie. |
NoOpServerRequestCache |
An implementation of
ServerRequestCache that does nothing. |
ServerRequestCacheWebFilter |
A
WebFilter that replays any matching request in ServerRequestCache |
WebSessionServerRequestCache |