Uses of Interface
org.springframework.http.codec.ClientCodecConfigurer.MultipartCodecs
Package
Description
-
Uses of ClientCodecConfigurer.MultipartCodecs in org.springframework.http.codec
Modifier 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
.