Uses of Interface
org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Package
Description
Provides the types that make up Spring's functional web framework for Servlet environments.
-
Uses of ServerResponse.HeadersBuilder in org.springframework.web.servlet.function
Modifier and TypeInterfaceDescriptionstatic interface
ServerResponse.HeadersBuilder<B extends ServerResponse.HeadersBuilder<B>>
Defines a builder that adds headers to the response.Modifier and TypeInterfaceDescriptionstatic interface
Defines a builder that adds a body to the response.Modifier and TypeMethodDescriptionstatic ServerResponse.HeadersBuilder<?>
ServerResponse.noContent()
Create a builder with a 204 No Content status.static ServerResponse.HeadersBuilder<?>
ServerResponse.notFound()
Create a builder with a 404 Not Found status.