Package org.springframework.http.codec.protobuf
Provides an encoder and a decoder for Google Protocol Buffers.
Class Summary Class Description ProtobufCodecSupport Base class providing support methods for Protobuf encoding and decoding.ProtobufDecoder ProtobufEncoder ProtobufHttpMessageWriter HttpMessageWriterthat can write a protobufMessageand addsX-Protobuf-Schema,X-Protobuf-Messageheaders and adelimited=trueparameter is added to the content type if a flux is serialized.