Uses of Package
org.springframework.web.server.session
Packages that use org.springframework.web.server.session Package Description org.springframework.mock.web.server Mock implementations of Spring's reactive server web API abstractions.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.server.adapter Implementations to adapt to the underlyingorg.springframework.http.client.reactivereactive HTTP adapter andHttpHandler.org.springframework.web.server.session Auxiliary interfaces and implementation classes forWebSessionsupport.Classes in org.springframework.web.server.session used by org.springframework.mock.web.server Class Description WebSessionManager Main class for access to theWebSessionfor an HTTP request.Classes in org.springframework.web.server.session used by org.springframework.test.web.reactive.server Class Description WebSessionManager Main class for access to theWebSessionfor an HTTP request.Classes in org.springframework.web.server.session used by org.springframework.web.server.adapter Class Description WebSessionManager Main class for access to theWebSessionfor an HTTP request.Classes in org.springframework.web.server.session used by org.springframework.web.server.session Class Description WebSessionIdResolver Contract for session id resolution strategies.WebSessionManager Main class for access to theWebSessionfor an HTTP request.WebSessionStore Strategy forWebSessionpersistence.