Uses of Interface
org.springframework.web.servlet.function.ServerResponse.AsyncBuilder
Packages that use 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
Classes in org.springframework.web.servlet.function with type parameters of type ServerResponse.AsyncBuilderModifier and TypeInterfaceDescriptionstatic interface
ServerResponse.AsyncBuilder<B extends ServerResponse.AsyncBuilder<B>>
Defines a builder for async response bodies.Subinterfaces of ServerResponse.AsyncBuilder in org.springframework.web.servlet.functionModifier and TypeInterfaceDescriptionstatic interface
Defines a builder for a body that sends server-sent events.static interface
Defines a builder for a streaming response body.