Uses of Interface
org.springframework.http.RequestEntity.HeadersBuilder
Package
Description
Contains a basic abstraction over client/server-side HTTP.
-
Uses of RequestEntity.HeadersBuilder in org.springframework.http
Modifier and TypeInterfaceDescriptionstatic interface
RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>
Defines a builder that adds headers to the request entity.Modifier and TypeInterfaceDescriptionstatic interface
Defines a builder that adds a body to the response entity.Modifier 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.