Uses of Interface
org.springframework.http.RequestEntity.BodyBuilder
Packages that use RequestEntity.BodyBuilder
Package
Description
Contains a basic abstraction over client/server-side HTTP.
-
Uses of RequestEntity.BodyBuilder in org.springframework.http
Subinterfaces with type arguments of type RequestEntity.BodyBuilder in org.springframework.httpModifier and TypeInterfaceDescriptionstatic interfaceDefines a builder that adds a body to the response entity.Methods in org.springframework.http that return RequestEntity.BodyBuilderModifier and TypeMethodDescriptionRequestEntity.BodyBuilder.contentLength(long contentLength) Set the length of the body in bytes, as specified by theContent-Lengthheader.RequestEntity.BodyBuilder.contentType(MediaType contentType) Set the media type of the body, as specified by theContent-Typeheader.static RequestEntity.BodyBuilderRequestEntity.method(HttpMethod method, String uriTemplate, @Nullable Object... uriVariables) Create a builder with the given HTTP method, URI template, and variables.static RequestEntity.BodyBuilderRequestEntity.method(HttpMethod method, String uriTemplate, Map<String, ?> uriVariables) Create a builder with the given HTTP method, URI template, and variables.static RequestEntity.BodyBuilderRequestEntity.method(HttpMethod method, URI url) Create a builder with the given method and url.static RequestEntity.BodyBuilderCreate an HTTP PATCH builder with the given string base uri template.static RequestEntity.BodyBuilderCreate an HTTP PATCH builder with the given url.static RequestEntity.BodyBuilderCreate an HTTP POST builder with the given string base uri template.static RequestEntity.BodyBuilderCreate an HTTP POST builder with the given url.static RequestEntity.BodyBuilderCreate an HTTP PUT builder with the given string base uri template.static RequestEntity.BodyBuilderCreate an HTTP PUT builder with the given url.