Uses of Interface
org.springframework.web.server.session.WebSessionManager
Package
Description
Mock implementations of Spring's reactive server web API abstractions.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Implementations to adapt to the underlying
org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.Auxiliary interfaces and implementation classes for
WebSession
support.-
Uses of WebSessionManager in org.springframework.mock.web.server
Modifier and TypeMethodDescriptionMockServerWebExchange.Builder.sessionManager
(WebSessionManager sessionManager) Provide aWebSessionManager
instance to use with the exchange. -
Uses of WebSessionManager in org.springframework.test.web.reactive.server
Modifier and TypeMethodDescription<T extends B>
TWebTestClient.MockServerSpec.webSessionManager
(WebSessionManager sessionManager) Provide a session manager instance for the mock server. -
Uses of WebSessionManager in org.springframework.web.server.adapter
Modifier and TypeMethodDescriptionHttpWebHandlerAdapter.getSessionManager()
Return the configuredWebSessionManager
.Modifier and TypeMethodDescriptionWebHttpHandlerBuilder.sessionManager
(WebSessionManager manager) Configure theWebSessionManager
to set on theWebServerExchange
.void
HttpWebHandlerAdapter.setSessionManager
(WebSessionManager sessionManager) Configure a customWebSessionManager
to use for managing web sessions.ModifierConstructorDescriptionDefaultServerWebExchange
(ServerHttpRequest request, ServerHttpResponse response, WebSessionManager sessionManager, ServerCodecConfigurer codecConfigurer, LocaleContextResolver localeContextResolver) -
Uses of WebSessionManager in org.springframework.web.server.session
Modifier and TypeClassDescriptionclass
Default implementation ofWebSessionManager
delegating to aWebSessionIdResolver
for session id resolution and to aWebSessionStore
.