Uses of Interface
org.springframework.http.codec.ClientCodecConfigurer.MultipartCodecs
Packages that use ClientCodecConfigurer.MultipartCodecs
Package
Description
-
Uses of ClientCodecConfigurer.MultipartCodecs in org.springframework.http.codec
Methods in org.springframework.http.codec that return ClientCodecConfigurer.MultipartCodecsModifier and TypeMethodDescriptionAdd a PartEncoder
, internally wrapped withEncoderHttpMessageWriter
.ClientCodecConfigurer.ClientDefaultCodecs.multipartCodecs()
Configure encoders or writers for use withMultipartHttpMessageWriter
.ClientCodecConfigurer.MultipartCodecs.writer
(HttpMessageWriter<?> writer) Add a PartHttpMessageWriter
.