Uses of Interface
org.springframework.web.servlet.function.ServerResponse.AsyncBuilder
Package
Description
Provides the types that make up Spring's functional web framework for Servlet environments.
-
Uses of ServerResponse.AsyncBuilder in org.springframework.web.servlet.function
Modifier and TypeInterfaceDescriptionstatic interface
ServerResponse.AsyncBuilder<B extends ServerResponse.AsyncBuilder<B>>
Defines a builder for async response bodies.Modifier and TypeInterfaceDescriptionstatic interface
Defines a builder for a body that sends server-sent events.static interface
Defines a builder for a streaming response body.