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 via
WebTestClient . |
org.springframework.web.server.adapter |
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler . |
org.springframework.web.server.session |
Auxiliary interfaces and implementation classes for
WebSession support. |
Class and Description |
---|
WebSessionManager
Main class for access to the
WebSession for an HTTP request. |
Class and Description |
---|
WebSessionManager
Main class for access to the
WebSession for an HTTP request. |
Class and Description |
---|
WebSessionManager
Main class for access to the
WebSession for an HTTP request. |
Class and Description |
---|
WebSessionIdResolver
Contract for session id resolution strategies.
|
WebSessionManager
Main class for access to the
WebSession for an HTTP request. |
WebSessionStore
Strategy for
WebSession persistence. |