Uses of Interface
org.springframework.http.RequestEntity.HeadersBuilder
Packages that use RequestEntity.HeadersBuilder Package Description org.springframework.http 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.HeadersBuilder Modifier and Type Interface Description static interfaceRequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>Defines a builder that adds headers to the request entity.Subinterfaces of RequestEntity.HeadersBuilder in org.springframework.http Modifier and Type Interface Description static interfaceRequestEntity.BodyBuilderDefines a builder that adds a body to the response entity.Methods in org.springframework.http that return RequestEntity.HeadersBuilder Modifier and Type Method Description static RequestEntity.HeadersBuilder<?>RequestEntity. delete(URI url)Create an HTTP DELETE builder with the given url.static RequestEntity.HeadersBuilder<?>RequestEntity. get(URI url)Create an HTTP GET builder with the given url.static RequestEntity.HeadersBuilder<?>RequestEntity. head(URI url)Create an HTTP HEAD builder with the given url.static RequestEntity.HeadersBuilder<?>RequestEntity. options(URI url)Creates an HTTP OPTIONS builder with the given url.