Class ProtobufHttpMessageWriter

  • All Implemented Interfaces:
    HttpMessageWriter<com.google.protobuf.Message>

    public class ProtobufHttpMessageWriter
    extends EncoderHttpMessageWriter<com.google.protobuf.Message>
    HttpMessageWriter that can write a protobuf Message and adds X-Protobuf-Schema, X-Protobuf-Message headers and a delimited=true parameter is added to the content type if a flux is serialized.

    For HttpMessageReader, just use new DecoderHttpMessageReader(new ProtobufDecoder()).

    Since:
    5.1
    Author:
    S茅bastien Deleuze
    See Also:
    ProtobufEncoder