Uses of Interface
org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
Packages that use WebClient.RequestBodySpec
Package
Description
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer.Classes supporting the
org.springframework.web.reactive.function.client package.-
Uses of WebClient.RequestBodySpec in org.springframework.web.reactive.function.client
Subinterfaces of WebClient.RequestBodySpec in org.springframework.web.reactive.function.clientModifier and TypeInterfaceDescriptionstatic interfaceContract for specifying request headers, body and URI for a request.Subinterfaces with type arguments of type WebClient.RequestBodySpec in org.springframework.web.reactive.function.clientModifier and TypeInterfaceDescriptionstatic interfaceContract for specifying request headers and body leading up to the exchange.static interfaceContract for specifying request headers, body and URI for a request.Methods in org.springframework.web.reactive.function.client that return WebClient.RequestBodySpecModifier and TypeMethodDescriptionWebClient.RequestBodySpec.contentLength(long contentLength) Set the length of the body in bytes, as specified by theContent-Lengthheader.WebClient.RequestBodySpec.contentType(MediaType contentType) Set the media type of the body, as specified by theContent-Typeheader. -
Uses of WebClient.RequestBodySpec in org.springframework.web.reactive.function.client.support
Methods in org.springframework.web.reactive.function.client.support that return WebClient.RequestBodySpecModifier and TypeMethodDescriptionWebClientAdapter.newRequest(HttpRequestValues values) Build a request from the givenHttpRequestValues.