Uses of Interface
org.springframework.http.RequestEntity.HeadersBuilder
Packages that use RequestEntity.HeadersBuilder
Package
Description
Contains a basic abstraction over client/server-side HTTP.
-
Uses of RequestEntity.HeadersBuilder in org.springframework.http
Classes in org.springframework.http with type parameters of type RequestEntity.HeadersBuilderModifier and TypeInterfaceDescriptionstatic interface
RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>
Defines a builder that adds headers to the request entity.Subinterfaces of RequestEntity.HeadersBuilder in org.springframework.httpModifier and TypeInterfaceDescriptionstatic interface
Defines a builder that adds a body to the response entity.Methods in org.springframework.http that return RequestEntity.HeadersBuilderModifier and TypeMethodDescriptionstatic RequestEntity.HeadersBuilder<?>
Create an HTTP DELETE builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>
Create an HTTP DELETE builder with the given url.static RequestEntity.HeadersBuilder<?>
Create an HTTP GET builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>
Create an HTTP GET builder with the given url.static RequestEntity.HeadersBuilder<?>
Create an HTTP HEAD builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>
Create an HTTP HEAD builder with the given url.static RequestEntity.HeadersBuilder<?>
Creates an HTTP OPTIONS builder with the given string base uri template.static RequestEntity.HeadersBuilder<?>
Creates an HTTP OPTIONS builder with the given url.