类的使用
org.springframework.http.codec.EncoderHttpMessageWriter
使用EncoderHttpMessageWriter的程序包 程序包 说明 org.springframework.http.codec.protobuf Provides an encoder and a decoder for Google Protocol Buffers.org.springframework.http.codec.protobuf中EncoderHttpMessageWriter的使用
org.springframework.http.codec.protobuf中EncoderHttpMessageWriter的子类 修饰符和类型 类 说明 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.