Uses of Interface
org.springframework.web.servlet.function.AsyncServerResponse
Packages that use AsyncServerResponse
Package
Description
Provides the types that make up Spring's functional web framework for Servlet environments.
-
Uses of AsyncServerResponse in org.springframework.web.servlet.function
Methods in org.springframework.web.servlet.function that return AsyncServerResponseModifier and TypeMethodDescriptionstatic AsyncServerResponse
Create aAsyncServerResponse
with the given asynchronous response.static AsyncServerResponse
Create a (built) response with the given asynchronous response.