Package | Description |
---|---|
org.springframework.web.servlet.function |
Provides the types that make up Spring's functional web framework for Servlet environments.
|
Modifier and Type | Method and Description |
---|---|
static AsyncServerResponse |
AsyncServerResponse.create(Object asyncResponse)
Create a
AsyncServerResponse with the given asynchronous response. |
static AsyncServerResponse |
AsyncServerResponse.create(Object asyncResponse,
Duration timeout)
Create a (built) response with the given asynchronous response.
|