Uses of Class
org.springframework.http.codec.EncoderHttpMessageWriter
Packages that use EncoderHttpMessageWriter Package Description org.springframework.http.codec.protobuf Provides an encoder and a decoder for Google Protocol Buffers.Uses of EncoderHttpMessageWriter in org.springframework.http.codec.protobuf
Subclasses of EncoderHttpMessageWriter in org.springframework.http.codec.protobuf Modifier and Type Class Description class
ProtobufHttpMessageWriter
HttpMessageWriter
that can write a protobufMessage
and addsX-Protobuf-Schema
,X-Protobuf-Message
headers and adelimited=true
parameter is added to the content type if a flux is serialized.